{
	"info": {
		"_postman_id": "6d845a96-201f-4b73-a863-1180e89fa8c9",
		"name": "ETT Agents public API",
		"description": "**The ETT Agents API provides RESTful web services to seamlessly integrate your application with the EasyToTravel platform.**\n\n**Disclaimer:** _EasyToTravel reserves the right to extend API responses and requests with new attributes. Partners must ensure their integration can handle these changes, as they are considered backward-compatible._\n\nFor more information visit our API documentation: [Swagger](https://swagger.easyto.travel/#/)\n\nEnvironments\n\nSandbox/Production [https://api.easyto.travel](https://api.easyto.travel)\n\n# Commonly used attributes\n\n| Attributes | Description |\n| --- | --- |\n| contractId | Unique identifier for the contract. |\n| IATA code | 3-letter airport code (e.g., DXB for Dubai International Airport). |\n| limit / offset | Used for pagination. |",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "27344709",
		"_collection_link": "https://www.postman.com/islombek00/workspace/0377264d-fff2-4ca2-8fcd-38133fb4e606/collection/27344709-6d845a96-201f-4b73-a863-1180e89fa8c9?action=share&source=collection_link&creator=27344709"
	},
	"item": [
		{
			"name": "Common",
			"item": [
				{
					"name": "getContracts",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/contracts",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"contracts"
							]
						}
					},
					"response": [
						{
							"name": "getContracts (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/contracts?limit=20&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"contracts"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:22:55 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "530"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 5,\n        \"limit\": 20,\n        \"offset\": 0,\n        \"total\": 5\n    },\n    \"results\": [\n        {\n            \"id\": \"AC-0000000001\",\n            \"balance\": -16452.2,\n            \"credit\": 10000000,\n            \"currency\": {\n                \"id\": \"162\",\n                \"code\": \"USD\"\n            }\n        },\n        {\n            \"id\": \"AC-0000000002\",\n            \"balance\": -63,\n            \"credit\": 10000000,\n            \"currency\": {\n                \"id\": \"162\",\n                \"code\": \"USD\"\n            }\n        },\n        {\n            \"id\": \"AC-0000000003\",\n            \"balance\": 0,\n            \"credit\": 0,\n            \"currency\": {\n                \"id\": \"162\",\n                \"code\": \"USD\"\n            }\n        },\n        {\n            \"id\": \"AC-0000000004\",\n            \"balance\": -297.9,\n            \"credit\": 10000000,\n            \"currency\": {\n                \"id\": \"162\",\n                \"code\": \"USD\"\n            }\n        },\n        {\n            \"id\": \"AC-0000000005\",\n            \"balance\": -274.5,\n            \"credit\": 1000000000,\n            \"currency\": {\n                \"id\": \"162\",\n                \"code\": \"USD\"\n            }\n        }\n    ]\n}"
						},
						{
							"name": "getContracts (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/contracts?limit=20&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"contracts"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:22:55 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "530"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getContracts (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/contracts?limit=20&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"contracts"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:22:55 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "530"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 401,\n    \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getContracts (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/contracts?limit=20&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"contracts"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:22:55 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "530"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getContracts (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/contracts?limit=20&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"contracts"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 05:23:52 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "164"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getContracts (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/contracts?limit=20&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"contracts"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:22:55 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "530"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getContracts (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/contracts?limit=20&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"contracts"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:22:55 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "530"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getFeatures",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"features"
							],
							"query": [
								{
									"key": "limit",
									"value": "50",
									"description": "The numbers of items to return"
								},
								{
									"key": "offset",
									"value": "0",
									"description": "The number of items to skip before starting to collect the result set"
								}
							]
						}
					},
					"response": [
						{
							"name": "getFeatures (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"features"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:42:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 45,\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 45\n    },\n    \"results\": [\n        {\n            \"id\": \"5a5cc36a-3429-45ac-8634-8ad3b8cde781\",\n            \"title\": \"A la Carte Menu\"\n        },\n        {\n            \"id\": \"bbfc34d3-baf8-41b4-a1ee-89ac01a5283e\",\n            \"title\": \"Air Conditioning\"\n        },\n        {\n            \"id\": \"6df1b5ad-7ca6-43ec-a0ff-42cd676d7423\",\n            \"title\": \"Alcoholic Beverages\"\n        },\n        {\n            \"id\": \"cf84a077-83ae-4a10-82f1-22d5c1aee362\",\n            \"title\": \"Baby Changing Facilities\"\n        },\n        {\n            \"id\": \"b0aa3e80-63aa-4a54-85d1-b6c7b57877a0\",\n            \"title\": \"Boarding Reminder\"\n        },\n        {\n            \"id\": \"efce2eb8-91ef-4d30-9202-ff8b3a5f3659\",\n            \"title\": \"Champagne\"\n        },\n        {\n            \"id\": \"e7cf79c7-1e42-43d3-a6bb-1482072be521\",\n            \"title\": \"Charging Station\"\n        },\n        {\n            \"id\": \"ea087e54-0879-4fe7-9b6d-9fd825870f90\",\n            \"title\": \"Children's Play Area\"\n        },\n        {\n            \"id\": \"a690d68b-fb9e-4d7d-bafc-0f1725a8c10d\",\n            \"title\": \"Cinema\"\n        },\n        {\n            \"id\": \"266d4bca-d2f8-4492-9594-a0978bc7f156\",\n            \"title\": \"Conference Room\"\n        },\n        {\n            \"id\": \"32087729-9cc4-4ff5-9ce3-d2d77b4bd3b4\",\n            \"title\": \"Digital Card Accepted\"\n        },\n        {\n            \"id\": \"e246a53d-6386-4850-b939-299981d80da9\",\n            \"title\": \"Disabled Access\"\n        },\n        {\n            \"id\": \"dbf242f2-8871-4a71-9980-4d05b184c418\",\n            \"title\": \"Disabled Shower\"\n        },\n        {\n            \"id\": \"40665e4d-587f-41fc-a880-ac134d76aa80\",\n            \"title\": \"Family Room\"\n        },\n        {\n            \"id\": \"51341ea5-8f1a-47b9-9391-5413e9d38e84\",\n            \"title\": \"Fax\"\n        },\n        {\n            \"id\": \"da9098ab-103d-48ff-bcee-8462868281b5\",\n            \"title\": \"Flight Monitor\"\n        },\n        {\n            \"id\": \"eb7b8a58-3ca4-454f-b9a6-a654dea32e72\",\n            \"title\": \"Fruits\"\n        },\n        {\n            \"id\": \"683e6fd1-cb67-4e18-8cdb-8eaf75836c3f\",\n            \"title\": \"Game Room\"\n        },\n        {\n            \"id\": \"bc658971-6b1c-45f7-a185-736ea47884b4\",\n            \"title\": \"Grand View Area\"\n        },\n        {\n            \"id\": \"c5c1b3f7-ccb3-494a-8d64-35b5b5b23061\",\n            \"title\": \"Hot/Cold Food\"\n        },\n        {\n            \"id\": \"160d2f22-9c86-45d5-be9e-c55281947452\",\n            \"title\": \"Luggage Storage\"\n        },\n        {\n            \"id\": \"b71b69fd-32bb-4106-b77b-912c74498a85\",\n            \"title\": \"Massage\"\n        },\n        {\n            \"id\": \"602c057f-991f-4923-97dc-589dc5a134d9\",\n            \"title\": \"Massage Chairs\"\n        },\n        {\n            \"id\": \"2d630792-f629-4d1b-a174-b5fb316fbe6b\",\n            \"title\": \"Nail Care\"\n        },\n        {\n            \"id\": \"acce43df-3314-4b6c-b56e-e66c02dccd72\",\n            \"title\": \"Newspaper & Magazines\"\n        },\n        {\n            \"id\": \"f7941c80-9347-4f8c-be0b-4f448e606631\",\n            \"title\": \"No Smoking\"\n        },\n        {\n            \"id\": \"91750a96-d558-4bba-8c66-6ee762891a3c\",\n            \"title\": \"Non-Alcoholic Beverages (Hot/Cold)\"\n        },\n        {\n            \"id\": \"e5e4b927-257d-4d84-9e1f-9bc69cff1cac\",\n            \"title\": \"Nursing Room\"\n        },\n        {\n            \"id\": \"873a87cd-0d67-415d-a4e8-7f2397f15e95\",\n            \"title\": \"Prayer Room\"\n        },\n        {\n            \"id\": \"1743b0da-c153-442e-a3da-ef8686de20f6\",\n            \"title\": \"Printers & Copiers\"\n        },\n        {\n            \"id\": \"e39185d7-6c19-42ee-96d5-1ac53b2cc046\",\n            \"title\": \"Private Resting Suite\"\n        },\n        {\n            \"id\": \"d372a90d-916a-4905-9780-53fef6ea750a\",\n            \"title\": \"Private Sleep Cabin\"\n        },\n        {\n            \"id\": \"d10370d9-ef4c-4c18-b21a-3e7aea2cad3f\",\n            \"title\": \"Runway View\"\n        },\n        {\n            \"id\": \"78a61b5c-8181-4e00-9754-63104daa2331\",\n            \"title\": \"SPA Treatment\"\n        },\n        {\n            \"id\": \"76ae3bad-88d5-484e-95f5-6de8c81ba645\",\n            \"title\": \"Shower\"\n        },\n        {\n            \"id\": \"9edee1bc-b00e-492b-a062-16acc9875cb1\",\n            \"title\": \"Smoking Area\"\n        },\n        {\n            \"id\": \"cdaaa73a-7d43-4134-bb50-c84016776cfd\",\n            \"title\": \"Snacks\"\n        },\n        {\n            \"id\": \"74cf7a34-96c6-4ce2-b1bd-cf5343e6f5e8\",\n            \"title\": \"Telephone Calls\"\n        },\n        {\n            \"id\": \"dbeb3374-b235-4721-9e05-f18575469e89\",\n            \"title\": \"Television\"\n        },\n        {\n            \"id\": \"4efb5388-e2af-4d50-a1eb-e08d9c65280b\",\n            \"title\": \"Train Boarding Reminder\"\n        },\n        {\n            \"id\": \"45168d23-3d12-4ae7-96a8-e7f24917a07c\",\n            \"title\": \"VIP / Meeting Room\"\n        },\n        {\n            \"id\": \"81577cd1-9a0c-4ea4-a3ca-fe421a6bbc5c\",\n            \"title\": \"Vegetarian\"\n        },\n        {\n            \"id\": \"962b5a8b-cdd5-45bd-b00a-9bd45aff1587\",\n            \"title\": \"Washing Room\"\n        },\n        {\n            \"id\": \"ab932e7a-a3a8-4f2a-a10b-72bf0863b05a\",\n            \"title\": \"Wi-Fi\"\n        },\n        {\n            \"id\": \"a5cd4b51-c728-45e3-b066-7b98c0f2a595\",\n            \"title\": \"Work Station\"\n        }\n    ]\n}"
						},
						{
							"name": "getFeatures (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"features"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:42:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getFeatures (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"features"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:42:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getFeatures (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"features"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:42:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getFeatures (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"features"
									],
									"query": [
										{
											"key": "limit",
											"value": "50"
										},
										{
											"key": "offset",
											"value": "0"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:42:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getFeatures (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"features"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:42:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getFeatures (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/features?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"features"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:42:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getAirports",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"airport"
							],
							"query": [
								{
									"key": "limit",
									"value": "50",
									"description": "The numbers of items to return"
								},
								{
									"key": "offset",
									"value": "0",
									"description": "The number of items to skip before starting to collect the result set"
								},
								{
									"key": "query",
									"value": "DXB",
									"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
									"disabled": true
								},
								{
									"key": "query",
									"value": "Toronto",
									"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "getAirports (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 50,\n        \"limit\": 50,\n        \"offset\": 0,\n        \"total\": 10060\n    },\n    \"results\": [\n        {\n            \"iata\": \"AAA\",\n            \"timezone\": \"Pacific/Tahiti\",\n            \"city\": {\n                \"iata\": \"AAA\",\n                \"title\": \"Anaa\",\n                \"titleLocalized\": {\n                    \"EN\": \"Anaa\",\n                    \"DE\": \"Anaa\",\n                    \"RU\": \"Анаа\",\n                    \"TR\": \"Anaa\"\n                },\n                \"country\": {\n                    \"id\": \"PF\",\n                    \"title\": \"French Polynesia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"French Polynesia\",\n                        \"DE\": \"French Polynesia\",\n                        \"RU\": \"Французская Полинезия\",\n                        \"TR\": \"French Polynesia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"PF\",\n                \"title\": \"French Polynesia\",\n                \"titleLocalized\": {\n                    \"EN\": \"French Polynesia\",\n                    \"DE\": \"French Polynesia\",\n                    \"RU\": \"Французская Полинезия\",\n                    \"TR\": \"French Polynesia\"\n                }\n            },\n            \"title\": \"Anaa\",\n            \"terminals\": [\n                {\n                    \"id\": \"6efceb74-709d-4295-ab07-7ed1336e3c79\",\n                    \"title\": \"Terminal A\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": -17.05,\n                \"longitude\": -145.41667\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Anaa\",\n                \"DE\": \"Anaa\",\n                \"RU\": \"Анаа\",\n                \"TR\": \"Anaa\"\n            }\n        },\n        {\n            \"iata\": \"AAB\",\n            \"timezone\": \"Australia/Brisbane\",\n            \"city\": {\n                \"iata\": \"AAB\",\n                \"title\": \"Arrabury\",\n                \"titleLocalized\": {\n                    \"EN\": \"Arrabury\",\n                    \"DE\": \"Arrabury\",\n                    \"RU\": \"Аррабури\",\n                    \"TR\": \"Arrabury\"\n                },\n                \"country\": {\n                    \"id\": \"AU\",\n                    \"title\": \"Australia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Australia\",\n                        \"DE\": \"Australia\",\n                        \"RU\": \"Австралия\",\n                        \"TR\": \"Australia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"AU\",\n                \"title\": \"Australia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Australia\",\n                    \"DE\": \"Australia\",\n                    \"RU\": \"Австралия\",\n                    \"TR\": \"Australia\"\n                }\n            },\n            \"title\": \"Arrabury\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -26.7,\n                \"longitude\": 141.04167\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Arrabury\",\n                \"DE\": \"Arrabury\",\n                \"RU\": \"Arrabury\",\n                \"TR\": \"Arrabury\"\n            }\n        },\n        {\n            \"iata\": \"AAC\",\n            \"timezone\": \"Africa/Cairo\",\n            \"city\": {\n                \"iata\": \"AAC\",\n                \"title\": \"El Arish\",\n                \"titleLocalized\": {\n                    \"EN\": \"El Arish\",\n                    \"DE\": \"El Arish\",\n                    \"RU\": \"Эль-Ариш\",\n                    \"TR\": \"El Arish\"\n                },\n                \"country\": {\n                    \"id\": \"EG\",\n                    \"title\": \"Egypt\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Egypt\",\n                        \"DE\": \"Egypt\",\n                        \"RU\": \"Египет\",\n                        \"TR\": \"Egypt\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"EG\",\n                \"title\": \"Egypt\",\n                \"titleLocalized\": {\n                    \"EN\": \"Egypt\",\n                    \"DE\": \"Egypt\",\n                    \"RU\": \"Египет\",\n                    \"TR\": \"Egypt\"\n                }\n            },\n            \"title\": \"El Arish International Airport\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 31.133333,\n                \"longitude\": 33.75\n            },\n            \"titleLocalized\": {\n                \"EN\": \"El Arish International Airport\",\n                \"DE\": \"El Arish International Airport\",\n                \"RU\": \"El Arish International Airport\",\n                \"TR\": \"El Arish International Airport\"\n            }\n        },\n        {\n            \"iata\": \"AAE\",\n            \"timezone\": \"Africa/Algiers\",\n            \"city\": {\n                \"iata\": \"AAE\",\n                \"title\": \"Annaba\",\n                \"titleLocalized\": {\n                    \"EN\": \"Annaba\",\n                    \"DE\": \"Annaba\",\n                    \"RU\": \"Аннаба\",\n                    \"TR\": \"Annaba\"\n                },\n                \"country\": {\n                    \"id\": \"DZ\",\n                    \"title\": \"Algeria\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Algeria\",\n                        \"DE\": \"Algeria\",\n                        \"RU\": \"Алжир\",\n                        \"TR\": \"Algeria\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"DZ\",\n                \"title\": \"Algeria\",\n                \"titleLocalized\": {\n                    \"EN\": \"Algeria\",\n                    \"DE\": \"Algeria\",\n                    \"RU\": \"Алжир\",\n                    \"TR\": \"Algeria\"\n                }\n            },\n            \"title\": \"Les Salines\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 36.821392,\n                \"longitude\": 7.811857\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Les Salines\",\n                \"DE\": \"Annaba\",\n                \"RU\": \"Les Salines\",\n                \"TR\": \"Rabah Bitat Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"AAF\",\n            \"timezone\": \"America/New_York\",\n            \"city\": {\n                \"iata\": \"AAF\",\n                \"title\": \"Apalachicola\",\n                \"titleLocalized\": {\n                    \"EN\": \"Apalachicola\",\n                    \"DE\": \"Apalachicola\",\n                    \"RU\": \"APALACHICOLA\",\n                    \"TR\": \"Apalachicola\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Apalachicola Regional\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 29.733334,\n                \"longitude\": -84.98333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Apalachicola Regional\",\n                \"DE\": \" Regional\",\n                \"RU\": \" Regional\",\n                \"TR\": \"Regional\"\n            }\n        },\n        {\n            \"iata\": \"AAG\",\n            \"timezone\": \"America/Sao_Paulo\",\n            \"city\": {\n                \"iata\": \"AAG\",\n                \"title\": \"Arapoti\",\n                \"titleLocalized\": {\n                    \"EN\": \"Arapoti\",\n                    \"DE\": \"Arapoti\",\n                    \"RU\": \"Арапоти\",\n                    \"TR\": \"Arapoti\"\n                },\n                \"country\": {\n                    \"id\": \"BR\",\n                    \"title\": \"Brazil\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Brazil\",\n                        \"DE\": \"Brazil\",\n                        \"RU\": \"Бразилия\",\n                        \"TR\": \"Brazil\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"BR\",\n                \"title\": \"Brazil\",\n                \"titleLocalized\": {\n                    \"EN\": \"Brazil\",\n                    \"DE\": \"Brazil\",\n                    \"RU\": \"Бразилия\",\n                    \"TR\": \"Brazil\"\n                }\n            },\n            \"title\": \"Arapoti\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -24.103611,\n                \"longitude\": -49.79\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Arapoti\",\n                \"DE\": \"AVELINO VIEIRA\",\n                \"RU\": \"AVELINO VIEIRA\",\n                \"TR\": \"AVELINO VIEIRA\"\n            }\n        },\n        {\n            \"iata\": \"AAH\",\n            \"timezone\": \"Europe/Berlin\",\n            \"city\": {\n                \"iata\": \"AAH\",\n                \"title\": \"Aachen\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aachen\",\n                    \"DE\": \"Aachen\",\n                    \"RU\": \"Ахен\",\n                    \"TR\": \"Aachen\"\n                },\n                \"country\": {\n                    \"id\": \"DE\",\n                    \"title\": \"Germany\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Germany\",\n                        \"DE\": \"Deutschland\",\n                        \"RU\": \"Германия\",\n                        \"TR\": \"Germany\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"DE\",\n                \"title\": \"Germany\",\n                \"titleLocalized\": {\n                    \"EN\": \"Germany\",\n                    \"DE\": \"Deutschland\",\n                    \"RU\": \"Германия\",\n                    \"TR\": \"Germany\"\n                }\n            },\n            \"title\": \"Aachen/Merzbruck\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 50.75,\n                \"longitude\": 6.133333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Aachen/Merzbruck\",\n                \"DE\": \"MERZBRUECK \",\n                \"RU\": \"MERZBRUECK \",\n                \"TR\": \"MERZBRUECK\"\n            }\n        },\n        {\n            \"iata\": \"AAI\",\n            \"timezone\": \"America/Araguaina\",\n            \"city\": {\n                \"iata\": \"AAI\",\n                \"title\": \"Arraias\",\n                \"titleLocalized\": {\n                    \"EN\": \"Arraias\",\n                    \"DE\": \"Arraias\",\n                    \"RU\": \"Арраяс\",\n                    \"TR\": \"Arraias\"\n                },\n                \"country\": {\n                    \"id\": \"BR\",\n                    \"title\": \"Brazil\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Brazil\",\n                        \"DE\": \"Brazil\",\n                        \"RU\": \"Бразилия\",\n                        \"TR\": \"Brazil\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"BR\",\n                \"title\": \"Brazil\",\n                \"titleLocalized\": {\n                    \"EN\": \"Brazil\",\n                    \"DE\": \"Brazil\",\n                    \"RU\": \"Бразилия\",\n                    \"TR\": \"Brazil\"\n                }\n            },\n            \"title\": \"Arraias\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -12.916667,\n                \"longitude\": -46.933334\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Arraias\",\n                \"DE\": \"Arraias\",\n                \"RU\": \"Arraias\",\n                \"TR\": \"Arraias\"\n            }\n        },\n        {\n            \"iata\": \"AAJ\",\n            \"timezone\": \"America/Paramaribo\",\n            \"city\": {\n                \"iata\": \"AAJ\",\n                \"title\": \"Awaradam\",\n                \"titleLocalized\": {\n                    \"EN\": \"Awaradam\",\n                    \"DE\": \"Awaradam\",\n                    \"RU\": \"Аварадам\",\n                    \"TR\": \"Awaradam\"\n                },\n                \"country\": {\n                    \"id\": \"SR\",\n                    \"title\": \"Suriname\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Suriname\",\n                        \"DE\": \"Suriname\",\n                        \"RU\": \"Суринам\",\n                        \"TR\": \"Suriname\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"SR\",\n                \"title\": \"Suriname\",\n                \"titleLocalized\": {\n                    \"EN\": \"Suriname\",\n                    \"DE\": \"Suriname\",\n                    \"RU\": \"Суринам\",\n                    \"TR\": \"Suriname\"\n                }\n            },\n            \"title\": \"Cayana Airstrip\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 3.9,\n                \"longitude\": -55.36667\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Cayana Airstrip\",\n                \"DE\": \"CAJANA \",\n                \"RU\": \"CAJANA \",\n                \"TR\": \"CAJANA\"\n            }\n        },\n        {\n            \"iata\": \"AAK\",\n            \"timezone\": \"Pacific/Tarawa\",\n            \"city\": {\n                \"iata\": \"AAK\",\n                \"title\": \"Aranuka\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aranuka\",\n                    \"DE\": \"Aranuka\",\n                    \"RU\": \"Аранука\",\n                    \"TR\": \"Aranuka\"\n                },\n                \"country\": {\n                    \"id\": \"KI\",\n                    \"title\": \"Kiribati\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Kiribati\",\n                        \"DE\": \"Kiribati\",\n                        \"RU\": \"Кирибати\",\n                        \"TR\": \"Kiribati\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"KI\",\n                \"title\": \"Kiribati\",\n                \"titleLocalized\": {\n                    \"EN\": \"Kiribati\",\n                    \"DE\": \"Kiribati\",\n                    \"RU\": \"Кирибати\",\n                    \"TR\": \"Kiribati\"\n                }\n            },\n            \"title\": \"Aranuka\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 0.166667,\n                \"longitude\": 173.58333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Aranuka\",\n                \"DE\": \"Aranuka\",\n                \"RU\": \"Aranuka\",\n                \"TR\": \"Aranuka\"\n            }\n        },\n        {\n            \"iata\": \"AAL\",\n            \"timezone\": \"Europe/Copenhagen\",\n            \"city\": {\n                \"iata\": \"AAL\",\n                \"title\": \"Aalborg\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aalborg\",\n                    \"DE\": \"Aalborg\",\n                    \"RU\": \"Ольборг\",\n                    \"TR\": \"Aalborg\"\n                },\n                \"country\": {\n                    \"id\": \"DK\",\n                    \"title\": \"Denmark\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Denmark\",\n                        \"DE\": \"Denmark\",\n                        \"RU\": \"Дания\",\n                        \"TR\": \"Denmark\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"DK\",\n                \"title\": \"Denmark\",\n                \"titleLocalized\": {\n                    \"EN\": \"Denmark\",\n                    \"DE\": \"Denmark\",\n                    \"RU\": \"Дания\",\n                    \"TR\": \"Denmark\"\n                }\n            },\n            \"title\": \"Aalborg\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 57.08655,\n                \"longitude\": 9.872241\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Aalborg\",\n                \"DE\": \"Aalborg\",\n                \"RU\": \"Аальборг\",\n                \"TR\": \"Aalborg Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"AAM\",\n            \"timezone\": \"Africa/Johannesburg\",\n            \"city\": {\n                \"iata\": \"AAM\",\n                \"title\": \"Mala Mala\",\n                \"titleLocalized\": {\n                    \"EN\": \"Mala Mala\",\n                    \"DE\": \"Mala Mala\",\n                    \"RU\": \"Мала Мала\",\n                    \"TR\": \"Mala Mala\"\n                },\n                \"country\": {\n                    \"id\": \"ZA\",\n                    \"title\": \"South Africa\",\n                    \"titleLocalized\": {\n                        \"EN\": \"South Africa\",\n                        \"DE\": \"South Africa\",\n                        \"RU\": \"Южная Африка\",\n                        \"TR\": \"South Africa\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ZA\",\n                \"title\": \"South Africa\",\n                \"titleLocalized\": {\n                    \"EN\": \"South Africa\",\n                    \"DE\": \"South Africa\",\n                    \"RU\": \"Южная Африка\",\n                    \"TR\": \"South Africa\"\n                }\n            },\n            \"title\": \"Mala Mala\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -24.8,\n                \"longitude\": 31.533333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Mala Mala\",\n                \"DE\": \"Mala Mala\",\n                \"RU\": \"Мала-Мала\",\n                \"TR\": \"Mala Mala\"\n            }\n        },\n        {\n            \"iata\": \"AAN\",\n            \"timezone\": \"Asia/Dubai\",\n            \"city\": {\n                \"iata\": \"AAN\",\n                \"title\": \"Al Ain\",\n                \"titleLocalized\": {\n                    \"EN\": \"Al Ain\",\n                    \"DE\": \"Al-Ain\",\n                    \"RU\": \"Аль-Айн\",\n                    \"TR\": \"Al Ain\"\n                },\n                \"country\": {\n                    \"id\": \"AE\",\n                    \"title\": \"United Arab Emirates\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United Arab Emirates\",\n                        \"DE\": \"United Arab Emirates\",\n                        \"RU\": \"ОАЭ\",\n                        \"TR\": \"United Arab Emirates\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"AE\",\n                \"title\": \"United Arab Emirates\",\n                \"titleLocalized\": {\n                    \"EN\": \"United Arab Emirates\",\n                    \"DE\": \"United Arab Emirates\",\n                    \"RU\": \"ОАЭ\",\n                    \"TR\": \"United Arab Emirates\"\n                }\n            },\n            \"title\": \"Al Ain\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 24.260231,\n                \"longitude\": 55.616627\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Al Ain\",\n                \"DE\": \"Al Ain\",\n                \"RU\": \"Al Ain\",\n                \"TR\": \"Al Ain Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"AAO\",\n            \"timezone\": \"America/Caracas\",\n            \"city\": {\n                \"iata\": \"AAO\",\n                \"title\": \"Anaco\",\n                \"titleLocalized\": {\n                    \"EN\": \"Anaco\",\n                    \"DE\": \"Anaco\",\n                    \"RU\": \"Анако\",\n                    \"TR\": \"Anaco\"\n                },\n                \"country\": {\n                    \"id\": \"VE\",\n                    \"title\": \"Venezuela\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Venezuela\",\n                        \"DE\": \"Venezuela\",\n                        \"RU\": \"Венесуэла\",\n                        \"TR\": \"Venezuela\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"VE\",\n                \"title\": \"Venezuela\",\n                \"titleLocalized\": {\n                    \"EN\": \"Venezuela\",\n                    \"DE\": \"Venezuela\",\n                    \"RU\": \"Венесуэла\",\n                    \"TR\": \"Venezuela\"\n                }\n            },\n            \"title\": \"Anaco\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 9.431944,\n                \"longitude\": -64.46389\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Anaco\",\n                \"DE\": \"Anaco\",\n                \"RU\": \"Анако\",\n                \"TR\": \"Anaco\"\n            }\n        },\n        {\n            \"iata\": \"AAQ\",\n            \"timezone\": \"Europe/Moscow\",\n            \"city\": {\n                \"iata\": \"AAQ\",\n                \"title\": \"Anapa\",\n                \"titleLocalized\": {\n                    \"EN\": \"Anapa\",\n                    \"DE\": \"Anapa\",\n                    \"RU\": \"Анапа\",\n                    \"TR\": \"Anapa\"\n                },\n                \"country\": {\n                    \"id\": \"RU\",\n                    \"title\": \"Russia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Russia\",\n                        \"DE\": \"Russia\",\n                        \"RU\": \"Россия\",\n                        \"TR\": \"Russia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"RU\",\n                \"title\": \"Russia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Russia\",\n                    \"DE\": \"Russia\",\n                    \"RU\": \"Россия\",\n                    \"TR\": \"Russia\"\n                }\n            },\n            \"title\": \"Anapa\",\n            \"terminals\": [\n                {\n                    \"id\": \"ce2c67c1-340e-4bb1-95a0-8c1af225d09d\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 44.9,\n                \"longitude\": 37.316666\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Anapa\",\n                \"DE\": \"VITYAZEVO  \",\n                \"RU\": \"Витязево\",\n                \"TR\": \"Vityazevo Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"AAR\",\n            \"timezone\": \"Europe/Copenhagen\",\n            \"city\": {\n                \"iata\": \"AAR\",\n                \"title\": \"Aarhus\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aarhus\",\n                    \"DE\": \"Århus\",\n                    \"RU\": \"Орхус\",\n                    \"TR\": \"Aarhus\"\n                },\n                \"country\": {\n                    \"id\": \"DK\",\n                    \"title\": \"Denmark\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Denmark\",\n                        \"DE\": \"Denmark\",\n                        \"RU\": \"Дания\",\n                        \"TR\": \"Denmark\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"DK\",\n                \"title\": \"Denmark\",\n                \"titleLocalized\": {\n                    \"EN\": \"Denmark\",\n                    \"DE\": \"Denmark\",\n                    \"RU\": \"Дания\",\n                    \"TR\": \"Denmark\"\n                }\n            },\n            \"title\": \"Aarhus Airport\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 56.30823,\n                \"longitude\": 10.626351\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Aarhus Airport\",\n                \"DE\": \"Aarhus\",\n                \"RU\": \"Орхус\",\n                \"TR\": \"Aarhus Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"AAS\",\n            \"timezone\": \"Asia/Jayapura\",\n            \"city\": {\n                \"iata\": \"AAS\",\n                \"title\": \"Apalapsili\",\n                \"titleLocalized\": {\n                    \"EN\": \"Apalapsili\",\n                    \"DE\": \"Apalapsili\",\n                    \"RU\": \"Апалапзили\",\n                    \"TR\": \"Apalapsili\"\n                },\n                \"country\": {\n                    \"id\": \"ID\",\n                    \"title\": \"Indonesia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Indonesia\",\n                        \"DE\": \"Indonesia\",\n                        \"RU\": \"Индонезия\",\n                        \"TR\": \"Indonesia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ID\",\n                \"title\": \"Indonesia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Indonesia\",\n                    \"DE\": \"Indonesia\",\n                    \"RU\": \"Индонезия\",\n                    \"TR\": \"Indonesia\"\n                }\n            },\n            \"title\": \"Apalapsili\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -3.916667,\n                \"longitude\": 139.25\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Apalapsili\",\n                \"DE\": \"Apalapsili\",\n                \"RU\": \"Apalapsili\",\n                \"TR\": \"Apalapsili\"\n            }\n        },\n        {\n            \"iata\": \"AAT\",\n            \"timezone\": \"Asia/Shanghai\",\n            \"city\": {\n                \"iata\": \"AAT\",\n                \"title\": \"Altay\",\n                \"titleLocalized\": {\n                    \"EN\": \"Altay\",\n                    \"DE\": \"Altay\",\n                    \"RU\": \"Алтай\",\n                    \"TR\": \"Altay\"\n                },\n                \"country\": {\n                    \"id\": \"CN\",\n                    \"title\": \"China\",\n                    \"titleLocalized\": {\n                        \"EN\": \"China\",\n                        \"DE\": \"China\",\n                        \"RU\": \"Китай\",\n                        \"TR\": \"China\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"CN\",\n                \"title\": \"China\",\n                \"titleLocalized\": {\n                    \"EN\": \"China\",\n                    \"DE\": \"China\",\n                    \"RU\": \"Китай\",\n                    \"TR\": \"China\"\n                }\n            },\n            \"title\": \"Altay\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 47.750362,\n                \"longitude\": 88.08444\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Altay\",\n                \"DE\": \"Altay\",\n                \"RU\": \"Алтай\",\n                \"TR\": \"Altay Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"AAU\",\n            \"timezone\": \"Pacific/Apia\",\n            \"city\": {\n                \"iata\": \"AAU\",\n                \"title\": \"Asau\",\n                \"titleLocalized\": {\n                    \"EN\": \"Asau\",\n                    \"DE\": \"Asau\",\n                    \"RU\": \"Асау\",\n                    \"TR\": \"Asau\"\n                },\n                \"country\": {\n                    \"id\": \"WS\",\n                    \"title\": \"Samoa\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Samoa\",\n                        \"DE\": \"Samoa Independent State\",\n                        \"RU\": \"Самоа\",\n                        \"TR\": \"Samoa Independent State\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"WS\",\n                \"title\": \"Samoa\",\n                \"titleLocalized\": {\n                    \"EN\": \"Samoa\",\n                    \"DE\": \"Samoa Independent State\",\n                    \"RU\": \"Самоа\",\n                    \"TR\": \"Samoa Independent State\"\n                }\n            },\n            \"title\": \"Asau\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -13.458333,\n                \"longitude\": -172.6\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Asau\",\n                \"DE\": \"Asau\",\n                \"RU\": \"Asau\",\n                \"TR\": \"Asau\"\n            }\n        },\n        {\n            \"iata\": \"AAV\",\n            \"timezone\": \"Asia/Manila\",\n            \"city\": {\n                \"iata\": \"AAV\",\n                \"title\": \"Surallah\",\n                \"titleLocalized\": {\n                    \"EN\": \"Surallah\",\n                    \"DE\": \"Alah\",\n                    \"RU\": \"Сураллах\",\n                    \"TR\": \"Surallah\"\n                },\n                \"country\": {\n                    \"id\": \"PH\",\n                    \"title\": \"Philippines\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Philippines\",\n                        \"DE\": \"Philippines\",\n                        \"RU\": \"Филиппины\",\n                        \"TR\": \"Philippines\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"PH\",\n                \"title\": \"Philippines\",\n                \"titleLocalized\": {\n                    \"EN\": \"Philippines\",\n                    \"DE\": \"Philippines\",\n                    \"RU\": \"Филиппины\",\n                    \"TR\": \"Philippines\"\n                }\n            },\n            \"title\": \"Allah Valley\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 6.333333,\n                \"longitude\": 124.76667\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Allah Valley\",\n                \"DE\": \"Allah Valley\",\n                \"RU\": \"Allah Valley\",\n                \"TR\": \"Allah Valley\"\n            }\n        },\n        {\n            \"iata\": \"AAW\",\n            \"timezone\": \"Asia/Karachi\",\n            \"city\": {\n                \"iata\": \"AAW\",\n                \"title\": \"Abbottabad\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abbottabad\",\n                    \"DE\": \"Abbottabad\",\n                    \"RU\": \"Абботтабад\",\n                    \"TR\": \"Abbottabad\"\n                },\n                \"country\": {\n                    \"id\": \"PK\",\n                    \"title\": \"Pakistan\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Pakistan\",\n                        \"DE\": \"Pakistan\",\n                        \"RU\": \"Пакистан\",\n                        \"TR\": \"Pakistan\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"PK\",\n                \"title\": \"Pakistan\",\n                \"titleLocalized\": {\n                    \"EN\": \"Pakistan\",\n                    \"DE\": \"Pakistan\",\n                    \"RU\": \"Пакистан\",\n                    \"TR\": \"Pakistan\"\n                }\n            },\n            \"title\": \"Abbottabad\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 34.2,\n                \"longitude\": 73.25\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Abbottabad\",\n                \"DE\": \"Abbottabad\",\n                \"RU\": \"Abbottabad\",\n                \"TR\": \"Abbottabad\"\n            }\n        },\n        {\n            \"iata\": \"AAX\",\n            \"timezone\": \"America/Sao_Paulo\",\n            \"city\": {\n                \"iata\": \"AAX\",\n                \"title\": \"Araxa\",\n                \"titleLocalized\": {\n                    \"EN\": \"Araxa\",\n                    \"DE\": \"Araxa\",\n                    \"RU\": \"Араша\",\n                    \"TR\": \"Araxa\"\n                },\n                \"country\": {\n                    \"id\": \"BR\",\n                    \"title\": \"Brazil\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Brazil\",\n                        \"DE\": \"Brazil\",\n                        \"RU\": \"Бразилия\",\n                        \"TR\": \"Brazil\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"BR\",\n                \"title\": \"Brazil\",\n                \"titleLocalized\": {\n                    \"EN\": \"Brazil\",\n                    \"DE\": \"Brazil\",\n                    \"RU\": \"Бразилия\",\n                    \"TR\": \"Brazil\"\n                }\n            },\n            \"title\": \"Araxa\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -19.568056,\n                \"longitude\": -46.92917\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Araxa\",\n                \"DE\": \"Araxa\",\n                \"RU\": \"Araxa\",\n                \"TR\": \"Araxa Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"AAY\",\n            \"timezone\": \"Asia/Aden\",\n            \"city\": {\n                \"iata\": \"AAY\",\n                \"title\": \"Al Ghaydah\",\n                \"titleLocalized\": {\n                    \"EN\": \"Al Ghaydah\",\n                    \"DE\": \"Al Ghaydah\",\n                    \"RU\": \"Аль Гхайдах\",\n                    \"TR\": \"Al Ghaydah\"\n                },\n                \"country\": {\n                    \"id\": \"YE\",\n                    \"title\": \"Yemen\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Yemen\",\n                        \"DE\": \"Yemen Arab Republic\",\n                        \"RU\": \"Йемен\",\n                        \"TR\": \"Yemen Arab Republic\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"YE\",\n                \"title\": \"Yemen\",\n                \"titleLocalized\": {\n                    \"EN\": \"Yemen\",\n                    \"DE\": \"Yemen Arab Republic\",\n                    \"RU\": \"Йемен\",\n                    \"TR\": \"Yemen Arab Republic\"\n                }\n            },\n            \"title\": \"Al Ghaydah\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 16.19596,\n                \"longitude\": 52.173256\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Al Ghaydah\",\n                \"DE\": \"Al Ghaydah\",\n                \"RU\": \"Аль-Гайда\",\n                \"TR\": \"Al Ghaydah\"\n            }\n        },\n        {\n            \"iata\": \"AAZ\",\n            \"timezone\": \"America/Guatemala\",\n            \"city\": {\n                \"iata\": \"AAZ\",\n                \"title\": \"Quetzaltenango\",\n                \"titleLocalized\": {\n                    \"EN\": \"Quetzaltenango\",\n                    \"DE\": \"Quetzaltenango\",\n                    \"RU\": \"Кесальтенанго\",\n                    \"TR\": \"Quetzaltenango\"\n                },\n                \"country\": {\n                    \"id\": \"GT\",\n                    \"title\": \"Guatemala\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Guatemala\",\n                        \"DE\": \"Guatemala\",\n                        \"RU\": \"Гватемала\",\n                        \"TR\": \"Guatemala\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"GT\",\n                \"title\": \"Guatemala\",\n                \"titleLocalized\": {\n                    \"EN\": \"Guatemala\",\n                    \"DE\": \"Guatemala\",\n                    \"RU\": \"Гватемала\",\n                    \"TR\": \"Guatemala\"\n                }\n            },\n            \"title\": \"Quetzaltenango\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 14.87,\n                \"longitude\": -91.5\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Quetzaltenango\",\n                \"DE\": \"Quetzaltenango\",\n                \"RU\": \"Quetzaltenango\",\n                \"TR\": \"Quetzaltenango\"\n            }\n        },\n        {\n            \"iata\": \"ABA\",\n            \"timezone\": \"Asia/Krasnoyarsk\",\n            \"city\": {\n                \"iata\": \"ABA\",\n                \"title\": \"Abakan\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abakan\",\n                    \"DE\": \"Abakan\",\n                    \"RU\": \"Абакан\",\n                    \"TR\": \"Abakan\"\n                },\n                \"country\": {\n                    \"id\": \"RU\",\n                    \"title\": \"Russia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Russia\",\n                        \"DE\": \"Russia\",\n                        \"RU\": \"Россия\",\n                        \"TR\": \"Russia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"RU\",\n                \"title\": \"Russia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Russia\",\n                    \"DE\": \"Russia\",\n                    \"RU\": \"Россия\",\n                    \"TR\": \"Russia\"\n                }\n            },\n            \"title\": \"Abakan\",\n            \"terminals\": [\n                {\n                    \"id\": \"c8e35559-772f-48d4-b338-0fd9e8c847a4\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 53.716667,\n                \"longitude\": 91.5\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Abakan\",\n                \"DE\": \"Abakan\",\n                \"RU\": \"Абакан\",\n                \"TR\": \"Abakan Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABB\",\n            \"timezone\": \"Africa/Lagos\",\n            \"city\": {\n                \"iata\": \"ABB\",\n                \"title\": \"Asaba\",\n                \"titleLocalized\": {\n                    \"EN\": \"Asaba\",\n                    \"DE\": \"Abingdon\",\n                    \"RU\": \"Абиндон\",\n                    \"TR\": \"Abingdon\"\n                },\n                \"country\": {\n                    \"id\": \"NG\",\n                    \"title\": \"Nigeria\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Nigeria\",\n                        \"DE\": \"Nigeria\",\n                        \"RU\": \"Нигерия\",\n                        \"TR\": \"Nigeria\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"NG\",\n                \"title\": \"Nigeria\",\n                \"titleLocalized\": {\n                    \"EN\": \"Nigeria\",\n                    \"DE\": \"Nigeria\",\n                    \"RU\": \"Нигерия\",\n                    \"TR\": \"Nigeria\"\n                }\n            },\n            \"title\": \"RAF Station\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 51.666668,\n                \"longitude\": -1.283333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"RAF Station\",\n                \"DE\": \"Asaba International\",\n                \"RU\": \"RAF Station\",\n                \"TR\": \"RAF Station\"\n            }\n        },\n        {\n            \"iata\": \"ABC\",\n            \"timezone\": \"Europe/Madrid\",\n            \"city\": {\n                \"iata\": \"ABC\",\n                \"title\": \"Albacete\",\n                \"titleLocalized\": {\n                    \"EN\": \"Albacete\",\n                    \"DE\": \"Albacete\",\n                    \"RU\": \"Альбасете\",\n                    \"TR\": \"Albacete\"\n                },\n                \"country\": {\n                    \"id\": \"ES\",\n                    \"title\": \"Spain\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Spain\",\n                        \"DE\": \"Spain\",\n                        \"RU\": \"Испания\",\n                        \"TR\": \"Spain\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ES\",\n                \"title\": \"Spain\",\n                \"titleLocalized\": {\n                    \"EN\": \"Spain\",\n                    \"DE\": \"Spain\",\n                    \"RU\": \"Испания\",\n                    \"TR\": \"Spain\"\n                }\n            },\n            \"title\": \"Los Llanos\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 38.948334,\n                \"longitude\": -1.863333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Los Llanos\",\n                \"DE\": \"Albacete\",\n                \"RU\": \"Альбасете\",\n                \"TR\": \"Los Llanos\"\n            }\n        },\n        {\n            \"iata\": \"ABD\",\n            \"timezone\": \"Asia/Tehran\",\n            \"city\": {\n                \"iata\": \"ABD\",\n                \"title\": \"Abadan\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abadan\",\n                    \"DE\": \"Abadan\",\n                    \"RU\": \"Абадан\",\n                    \"TR\": \"Abadan\"\n                },\n                \"country\": {\n                    \"id\": \"IR\",\n                    \"title\": \"Iran\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Iran\",\n                        \"DE\": \"Iran\",\n                        \"RU\": \"Иран, Исламская Республика\",\n                        \"TR\": \"Iran\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"IR\",\n                \"title\": \"Iran\",\n                \"titleLocalized\": {\n                    \"EN\": \"Iran\",\n                    \"DE\": \"Iran\",\n                    \"RU\": \"Иран, Исламская Республика\",\n                    \"TR\": \"Iran\"\n                }\n            },\n            \"title\": \"Abadan\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 30.363905,\n                \"longitude\": 48.226597\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Abadan\",\n                \"DE\": \"Abadan\",\n                \"RU\": \"Абадан\",\n                \"TR\": \"Abadan Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABE\",\n            \"timezone\": \"America/New_York\",\n            \"city\": {\n                \"iata\": \"ABE\",\n                \"title\": \"Allentown\",\n                \"titleLocalized\": {\n                    \"EN\": \"Allentown\",\n                    \"DE\": \"Allentown/Bethlehem/Easton\",\n                    \"RU\": \"Аллентаун\",\n                    \"TR\": \"Allentown Bthlehm\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Lehigh Valley International\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 40.651573,\n                \"longitude\": -75.434364\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Lehigh Valley International\",\n                \"DE\": \"Allentown\",\n                \"RU\": \"Аллентаун-Вифлеем-Истон\",\n                \"TR\": \"Allentown Bthlehm Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABF\",\n            \"timezone\": \"Pacific/Tarawa\",\n            \"city\": {\n                \"iata\": \"ABF\",\n                \"title\": \"Abaiang\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abaiang\",\n                    \"DE\": \"Abaiang\",\n                    \"RU\": \"Абаианг\",\n                    \"TR\": \"Abaiang\"\n                },\n                \"country\": {\n                    \"id\": \"KI\",\n                    \"title\": \"Kiribati\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Kiribati\",\n                        \"DE\": \"Kiribati\",\n                        \"RU\": \"Кирибати\",\n                        \"TR\": \"Kiribati\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"KI\",\n                \"title\": \"Kiribati\",\n                \"titleLocalized\": {\n                    \"EN\": \"Kiribati\",\n                    \"DE\": \"Kiribati\",\n                    \"RU\": \"Кирибати\",\n                    \"TR\": \"Kiribati\"\n                }\n            },\n            \"title\": \"Abaiang\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 1.670833,\n                \"longitude\": 173.30417\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Abaiang\",\n                \"DE\": \"Abaiang\",\n                \"RU\": \"Абайянг\",\n                \"TR\": \"Abaiang\"\n            }\n        },\n        {\n            \"iata\": \"ABG\",\n            \"timezone\": \"Australia/Brisbane\",\n            \"city\": {\n                \"iata\": \"ABG\",\n                \"title\": \"Abingdon\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abingdon\",\n                    \"DE\": \"Abingdon\",\n                    \"RU\": \"Абингдон\",\n                    \"TR\": \"Abingdon\"\n                },\n                \"country\": {\n                    \"id\": \"AU\",\n                    \"title\": \"Australia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Australia\",\n                        \"DE\": \"Australia\",\n                        \"RU\": \"Австралия\",\n                        \"TR\": \"Australia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"AU\",\n                \"title\": \"Australia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Australia\",\n                    \"DE\": \"Australia\",\n                    \"RU\": \"Австралия\",\n                    \"TR\": \"Australia\"\n                }\n            },\n            \"title\": \"Abingdon\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -17.666668,\n                \"longitude\": 143.2\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Abingdon\",\n                \"DE\": \"Abingdon\",\n                \"RU\": \"Abingdon\",\n                \"TR\": \"Abingdon\"\n            }\n        },\n        {\n            \"iata\": \"ABH\",\n            \"timezone\": \"Australia/Brisbane\",\n            \"city\": {\n                \"iata\": \"ABH\",\n                \"title\": \"Alpha\",\n                \"titleLocalized\": {\n                    \"EN\": \"Alpha\",\n                    \"DE\": \"Alpha\",\n                    \"RU\": \"Альфа\",\n                    \"TR\": \"Alpha\"\n                },\n                \"country\": {\n                    \"id\": \"AU\",\n                    \"title\": \"Australia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Australia\",\n                        \"DE\": \"Australia\",\n                        \"RU\": \"Австралия\",\n                        \"TR\": \"Australia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"AU\",\n                \"title\": \"Australia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Australia\",\n                    \"DE\": \"Australia\",\n                    \"RU\": \"Австралия\",\n                    \"TR\": \"Australia\"\n                }\n            },\n            \"title\": \"Alpha\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -23.65,\n                \"longitude\": 146.63333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Alpha\",\n                \"DE\": \"Alpha\",\n                \"RU\": \"Альфа\",\n                \"TR\": \"Alpha\"\n            }\n        },\n        {\n            \"iata\": \"ABI\",\n            \"timezone\": \"America/Chicago\",\n            \"city\": {\n                \"iata\": \"ABI\",\n                \"title\": \"Abilene\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abilene\",\n                    \"DE\": \"Abilene\",\n                    \"RU\": \"Абилин\",\n                    \"TR\": \"Abilene\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Municipal\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 32.409443,\n                \"longitude\": -99.679726\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Municipal\",\n                \"DE\": \"Abilene\",\n                \"RU\": \"Абилин\",\n                \"TR\": \"Regional Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABJ\",\n            \"timezone\": \"Africa/Abidjan\",\n            \"city\": {\n                \"iata\": \"ABJ\",\n                \"title\": \"Abidjan\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abidjan\",\n                    \"DE\": \"Abidjan\",\n                    \"RU\": \"Абиджан\",\n                    \"TR\": \"Abidjan\"\n                },\n                \"country\": {\n                    \"id\": \"CI\",\n                    \"title\": \"Ivory Coast\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Ivory Coast\",\n                        \"DE\": \"Cote D Ivoire\",\n                        \"RU\": \"Кот д'Ивуар\",\n                        \"TR\": \"Cote D Ivoire\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"CI\",\n                \"title\": \"Ivory Coast\",\n                \"titleLocalized\": {\n                    \"EN\": \"Ivory Coast\",\n                    \"DE\": \"Cote D Ivoire\",\n                    \"RU\": \"Кот д'Ивуар\",\n                    \"TR\": \"Cote D Ivoire\"\n                }\n            },\n            \"title\": \"Felix Houphouet Boigny\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 5.254879,\n                \"longitude\": -3.933015\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Felix Houphouet Boigny\",\n                \"DE\": \"Abidjan\",\n                \"RU\": \"Felix Houphouet Boigny\",\n                \"TR\": \"F Houphouet Boigny Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABK\",\n            \"timezone\": \"Africa/Addis_Ababa\",\n            \"city\": {\n                \"iata\": \"ABK\",\n                \"title\": \"Kabri Dar\",\n                \"titleLocalized\": {\n                    \"EN\": \"Kabri Dar\",\n                    \"DE\": \"Kabri Dar\",\n                    \"RU\": \"Кабри Дар\",\n                    \"TR\": \"Kabri Dehar\"\n                },\n                \"country\": {\n                    \"id\": \"ET\",\n                    \"title\": \"Ethiopia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Ethiopia\",\n                        \"DE\": \"Ethiopia\",\n                        \"RU\": \"Эфиопия\",\n                        \"TR\": \"Ethiopia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ET\",\n                \"title\": \"Ethiopia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Ethiopia\",\n                    \"DE\": \"Ethiopia\",\n                    \"RU\": \"Эфиопия\",\n                    \"TR\": \"Ethiopia\"\n                }\n            },\n            \"title\": \"Kabri Dar\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 6.733889,\n                \"longitude\": 44.26611\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Kabri Dar\",\n                \"DE\": \"Kabri Dar\",\n                \"RU\": \"Кабри-Дар\",\n                \"TR\": \"Kabri Dehar Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABL\",\n            \"timezone\": \"America/Anchorage\",\n            \"city\": {\n                \"iata\": \"ABL\",\n                \"title\": \"Ambler\",\n                \"titleLocalized\": {\n                    \"EN\": \"Ambler\",\n                    \"DE\": \"Ambler\",\n                    \"RU\": \"Амблер\",\n                    \"TR\": \"Ambler\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Ambler\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 67.0875,\n                \"longitude\": -157.84584\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Ambler\",\n                \"DE\": \"Ambler\",\n                \"RU\": \"Амблер\",\n                \"TR\": \"Ambler\"\n            }\n        },\n        {\n            \"iata\": \"ABM\",\n            \"timezone\": \"Australia/Brisbane\",\n            \"city\": {\n                \"iata\": \"ABM\",\n                \"title\": \"Bamaga\",\n                \"titleLocalized\": {\n                    \"EN\": \"Bamaga\",\n                    \"DE\": \"Bamaga\",\n                    \"RU\": \"Бамага\",\n                    \"TR\": \"Bamaga\"\n                },\n                \"country\": {\n                    \"id\": \"AU\",\n                    \"title\": \"Australia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Australia\",\n                        \"DE\": \"Australia\",\n                        \"RU\": \"Австралия\",\n                        \"TR\": \"Australia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"AU\",\n                \"title\": \"Australia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Australia\",\n                    \"DE\": \"Australia\",\n                    \"RU\": \"Австралия\",\n                    \"TR\": \"Australia\"\n                }\n            },\n            \"title\": \"Bamaga Injinoo\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -10.942619,\n                \"longitude\": 142.45033\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Bamaga Injinoo\",\n                \"DE\": \"Bamaga\",\n                \"RU\": \"Bamaga Injinoo\",\n                \"TR\": \"Bamaga Injinoo\"\n            }\n        },\n        {\n            \"iata\": \"ABN\",\n            \"timezone\": \"America/Paramaribo\",\n            \"city\": {\n                \"iata\": \"ABN\",\n                \"title\": \"Albina\",\n                \"titleLocalized\": {\n                    \"EN\": \"Albina\",\n                    \"DE\": \"Albina\",\n                    \"RU\": \"Албина\",\n                    \"TR\": \"Albina\"\n                },\n                \"country\": {\n                    \"id\": \"SR\",\n                    \"title\": \"Suriname\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Suriname\",\n                        \"DE\": \"Suriname\",\n                        \"RU\": \"Суринам\",\n                        \"TR\": \"Suriname\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"SR\",\n                \"title\": \"Suriname\",\n                \"titleLocalized\": {\n                    \"EN\": \"Suriname\",\n                    \"DE\": \"Suriname\",\n                    \"RU\": \"Суринам\",\n                    \"TR\": \"Suriname\"\n                }\n            },\n            \"title\": \"Albina\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 5.5,\n                \"longitude\": -54.083332\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Albina\",\n                \"DE\": \"Albina\",\n                \"RU\": \"Albina\",\n                \"TR\": \"Albina\"\n            }\n        },\n        {\n            \"iata\": \"ABO\",\n            \"timezone\": \"Africa/Abidjan\",\n            \"city\": {\n                \"iata\": \"ABO\",\n                \"title\": \"Aboisso\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aboisso\",\n                    \"DE\": \"Aboisso\",\n                    \"RU\": \"Абойссо\",\n                    \"TR\": \"Aboisso\"\n                },\n                \"country\": {\n                    \"id\": \"CI\",\n                    \"title\": \"Ivory Coast\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Ivory Coast\",\n                        \"DE\": \"Cote D Ivoire\",\n                        \"RU\": \"Кот д'Ивуар\",\n                        \"TR\": \"Cote D Ivoire\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"CI\",\n                \"title\": \"Ivory Coast\",\n                \"titleLocalized\": {\n                    \"EN\": \"Ivory Coast\",\n                    \"DE\": \"Cote D Ivoire\",\n                    \"RU\": \"Кот д'Ивуар\",\n                    \"TR\": \"Cote D Ivoire\"\n                }\n            },\n            \"title\": \"Aboisso\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 5.433333,\n                \"longitude\": -3.216667\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Aboisso\"\n            }\n        },\n        {\n            \"iata\": \"ABP\",\n            \"timezone\": \"Pacific/Port_Moresby\",\n            \"city\": {\n                \"iata\": \"ABP\",\n                \"title\": \"Atkamba\",\n                \"titleLocalized\": {\n                    \"EN\": \"Atkamba\",\n                    \"DE\": \"Atkamba\",\n                    \"RU\": \"Аткамба\",\n                    \"TR\": \"Atkamba\"\n                },\n                \"country\": {\n                    \"id\": \"PG\",\n                    \"title\": \"Papua New Guinea\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Papua New Guinea\",\n                        \"DE\": \"Papua New Guinea\",\n                        \"RU\": \"Папуа Новая Гвинея\",\n                        \"TR\": \"Papua New Guinea\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"PG\",\n                \"title\": \"Papua New Guinea\",\n                \"titleLocalized\": {\n                    \"EN\": \"Papua New Guinea\",\n                    \"DE\": \"Papua New Guinea\",\n                    \"RU\": \"Папуа Новая Гвинея\",\n                    \"TR\": \"Papua New Guinea\"\n                }\n            },\n            \"title\": \"Atkamba\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -6.066667,\n                \"longitude\": 141.1\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Atkamba\",\n                \"DE\": \"Atkamba\",\n                \"RU\": \"Аткамба\",\n                \"TR\": \"Atkamba\"\n            }\n        },\n        {\n            \"iata\": \"ABQ\",\n            \"timezone\": \"America/Denver\",\n            \"city\": {\n                \"iata\": \"ABQ\",\n                \"title\": \"Albuquerque\",\n                \"titleLocalized\": {\n                    \"EN\": \"Albuquerque\",\n                    \"DE\": \"Albuquerque\",\n                    \"RU\": \"Альбукерке\",\n                    \"TR\": \"Albuquerque\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Albuquerque International\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 35.049625,\n                \"longitude\": -106.617195\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Albuquerque International\",\n                \"DE\": \"Albuquerque\",\n                \"RU\": \"Альбукерке\",\n                \"TR\": \"Albuquerque Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABR\",\n            \"timezone\": \"America/Chicago\",\n            \"city\": {\n                \"iata\": \"ABR\",\n                \"title\": \"Aberdeen\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aberdeen\",\n                    \"DE\": \"Aberdeen\",\n                    \"RU\": \"Абердин\",\n                    \"TR\": \"Aberdeen S. Dakota\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Municipal\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 45.4525,\n                \"longitude\": -98.42611\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Municipal\",\n                \"DE\": \"Aberdeen USA\",\n                \"RU\": \"Municipal\",\n                \"TR\": \"Aberdeen Mnpl Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABS\",\n            \"timezone\": \"Africa/Cairo\",\n            \"city\": {\n                \"iata\": \"ABS\",\n                \"title\": \"Abu Simbel\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abu Simbel\",\n                    \"DE\": \"Abu Simbel\",\n                    \"RU\": \"Абу Симбел\",\n                    \"TR\": \"Abu Simbel\"\n                },\n                \"country\": {\n                    \"id\": \"EG\",\n                    \"title\": \"Egypt\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Egypt\",\n                        \"DE\": \"Egypt\",\n                        \"RU\": \"Египет\",\n                        \"TR\": \"Egypt\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"EG\",\n                \"title\": \"Egypt\",\n                \"titleLocalized\": {\n                    \"EN\": \"Egypt\",\n                    \"DE\": \"Egypt\",\n                    \"RU\": \"Египет\",\n                    \"TR\": \"Egypt\"\n                }\n            },\n            \"title\": \"Abu Simbel\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 22.367567,\n                \"longitude\": 31.609774\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Abu Simbel\",\n                \"DE\": \"Abu Simbel\",\n                \"RU\": \"Абу-Симбель\",\n                \"TR\": \"Abu Simbel Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABT\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"city\": {\n                \"iata\": \"ABT\",\n                \"title\": \"Al-Baha\",\n                \"titleLocalized\": {\n                    \"EN\": \"Al-Baha\",\n                    \"DE\": \"Al-Baha\",\n                    \"RU\": \"Аль-Баха\",\n                    \"TR\": \"Al Baha\"\n                },\n                \"country\": {\n                    \"id\": \"SA\",\n                    \"title\": \"Saudi Arabia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Saudi Arabia\",\n                        \"DE\": \"Saudi Arabia\",\n                        \"RU\": \"Саудовская Аравия\",\n                        \"TR\": \"Saudi Arabia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"SA\",\n                \"title\": \"Saudi Arabia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Saudi Arabia\",\n                    \"DE\": \"Saudi Arabia\",\n                    \"RU\": \"Саудовская Аравия\",\n                    \"TR\": \"Saudi Arabia\"\n                }\n            },\n            \"title\": \"Al-Aqiq\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 20.29401,\n                \"longitude\": 41.64002\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Al-Aqiq\",\n                \"DE\": \"Al Baha\",\n                \"RU\": \"Al-Aqiq\",\n                \"TR\": \"Al-Aqiq Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABU\",\n            \"timezone\": \"Asia/Makassar\",\n            \"city\": {\n                \"iata\": \"ABU\",\n                \"title\": \"Atambua\",\n                \"titleLocalized\": {\n                    \"EN\": \"Atambua\",\n                    \"DE\": \"Atambua\",\n                    \"RU\": \"Атамбуа\",\n                    \"TR\": \"Atambua\"\n                },\n                \"country\": {\n                    \"id\": \"ID\",\n                    \"title\": \"Indonesia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Indonesia\",\n                        \"DE\": \"Indonesia\",\n                        \"RU\": \"Индонезия\",\n                        \"TR\": \"Indonesia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ID\",\n                \"title\": \"Indonesia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Indonesia\",\n                    \"DE\": \"Indonesia\",\n                    \"RU\": \"Индонезия\",\n                    \"TR\": \"Indonesia\"\n                }\n            },\n            \"title\": \"Atambua\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -9.133333,\n                \"longitude\": 124.88333\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Atambua\",\n                \"DE\": \"Atambua\",\n                \"RU\": \"Atambua\",\n                \"TR\": \"Atambua\"\n            }\n        },\n        {\n            \"iata\": \"ABV\",\n            \"timezone\": \"Africa/Lagos\",\n            \"city\": {\n                \"iata\": \"ABV\",\n                \"title\": \"Abuja\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abuja\",\n                    \"DE\": \"Abuja\",\n                    \"RU\": \"Абуджа\",\n                    \"TR\": \"Abuja\"\n                },\n                \"country\": {\n                    \"id\": \"NG\",\n                    \"title\": \"Nigeria\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Nigeria\",\n                        \"DE\": \"Nigeria\",\n                        \"RU\": \"Нигерия\",\n                        \"TR\": \"Nigeria\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"NG\",\n                \"title\": \"Nigeria\",\n                \"titleLocalized\": {\n                    \"EN\": \"Nigeria\",\n                    \"DE\": \"Nigeria\",\n                    \"RU\": \"Нигерия\",\n                    \"TR\": \"Nigeria\"\n                }\n            },\n            \"title\": \"Nnamdi Azikiwe International Airport\",\n            \"terminals\": [\n                {\n                    \"id\": \"08233780-b141-4b76-bb87-01c8c6f5e369\",\n                    \"title\": \"Terminal 2\"\n                },\n                {\n                    \"id\": \"a6cdcf40-9db0-4960-92dc-006e2fa7f512\",\n                    \"title\": \"Terminal 1\"\n                },\n                {\n                    \"id\": \"3956d186-e936-4996-ac32-f93077b4cf7a\",\n                    \"title\": \"New International Terminal\"\n                },\n                {\n                    \"id\": \"2f3cb150-a380-4580-a4d9-8633685bc216\",\n                    \"title\": \"Main Terminal\"\n                },\n                {\n                    \"id\": \"4a99fff0-dfc6-4fb2-a36f-b1fbfcd1a14d\",\n                    \"title\": \"International Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 9.004614,\n                \"longitude\": 7.270447\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Nnamdi Azikiwe International Airport\",\n                \"DE\": \"Abuja\",\n                \"RU\": \"Международный аэропорт Ннамди Азикиве\",\n                \"TR\": \"Abuja Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABW\",\n            \"timezone\": \"Pacific/Port_Moresby\",\n            \"city\": {\n                \"iata\": \"ABW\",\n                \"title\": \"Abau\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abau\",\n                    \"DE\": \"Abau\",\n                    \"RU\": \"Абау\",\n                    \"TR\": \"Abau\"\n                },\n                \"country\": {\n                    \"id\": \"PG\",\n                    \"title\": \"Papua New Guinea\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Papua New Guinea\",\n                        \"DE\": \"Papua New Guinea\",\n                        \"RU\": \"Папуа Новая Гвинея\",\n                        \"TR\": \"Papua New Guinea\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"PG\",\n                \"title\": \"Papua New Guinea\",\n                \"titleLocalized\": {\n                    \"EN\": \"Papua New Guinea\",\n                    \"DE\": \"Papua New Guinea\",\n                    \"RU\": \"Папуа Новая Гвинея\",\n                    \"TR\": \"Papua New Guinea\"\n                }\n            },\n            \"title\": \"Abau\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -10.183333,\n                \"longitude\": 148.7\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Abau\"\n            }\n        },\n        {\n            \"iata\": \"ABX\",\n            \"timezone\": \"Australia/Sydney\",\n            \"city\": {\n                \"iata\": \"ABX\",\n                \"title\": \"Albury\",\n                \"titleLocalized\": {\n                    \"EN\": \"Albury\",\n                    \"DE\": \"Albury\",\n                    \"RU\": \"Олбери\",\n                    \"TR\": \"Albury\"\n                },\n                \"country\": {\n                    \"id\": \"AU\",\n                    \"title\": \"Australia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Australia\",\n                        \"DE\": \"Australia\",\n                        \"RU\": \"Австралия\",\n                        \"TR\": \"Australia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"AU\",\n                \"title\": \"Australia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Australia\",\n                    \"DE\": \"Australia\",\n                    \"RU\": \"Австралия\",\n                    \"TR\": \"Australia\"\n                }\n            },\n            \"title\": \"Albury\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": -36.069626,\n                \"longitude\": 146.95453\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Albury\",\n                \"DE\": \"Albury\",\n                \"RU\": \"Элбери\",\n                \"TR\": \"Albury Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABY\",\n            \"timezone\": \"America/New_York\",\n            \"city\": {\n                \"iata\": \"ABY\",\n                \"title\": \"Albany\",\n                \"titleLocalized\": {\n                    \"EN\": \"Albany\",\n                    \"DE\": \"Albany\",\n                    \"RU\": \"Олбани\",\n                    \"TR\": \"Albany Georgia\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Dougherty County\",\n            \"terminals\": [],\n            \"location\": {\n                \"latitude\": 31.532223,\n                \"longitude\": -84.19611\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Dougherty County\",\n                \"DE\": \"Albany Georgia\",\n                \"RU\": \"Dougherty County\",\n                \"TR\": \"Dougherty County Havalimanı\"\n            }\n        },\n        {\n            \"iata\": \"ABZ\",\n            \"timezone\": \"Europe/London\",\n            \"city\": {\n                \"iata\": \"ABZ\",\n                \"title\": \"Aberdeen\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aberdeen\",\n                    \"DE\": \"Aberdeen\",\n                    \"RU\": \"Абердин\",\n                    \"TR\": \"Aberdeen\"\n                },\n                \"country\": {\n                    \"id\": \"GB\",\n                    \"title\": \"United Kingdom\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United Kingdom\",\n                        \"DE\": \"United Kingdom\",\n                        \"RU\": \"Соединенное Королевство\",\n                        \"TR\": \"United Kingdom\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"GB\",\n                \"title\": \"United Kingdom\",\n                \"titleLocalized\": {\n                    \"EN\": \"United Kingdom\",\n                    \"DE\": \"United Kingdom\",\n                    \"RU\": \"Соединенное Королевство\",\n                    \"TR\": \"United Kingdom\"\n                }\n            },\n            \"title\": \"Dyce\",\n            \"terminals\": [\n                {\n                    \"id\": \"6e591536-a1de-4732-b11d-cb18c1ce757f\",\n                    \"title\": \"Terminal 1\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 57.200253,\n                \"longitude\": -2.204186\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Dyce\",\n                \"DE\": \"Aberdeen\",\n                \"RU\": \"Абердин Дайс\",\n                \"TR\": \"Dyce Havalimanı\"\n            }\n        }\n    ]\n}"
						},
						{
							"name": "getAirports (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getAirports (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getAirports (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getAirports (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getAirports (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getAirports (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport?limit=50&offset=0",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport"
									],
									"query": [
										{
											"key": "limit",
											"value": "50",
											"description": "The numbers of items to return"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set"
										}
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getClosestAirports",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"airport",
								"{contractId}",
								"closest"
							]
						}
					},
					"response": [
						{
							"name": "getClosestAirports (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}",
										"closest"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 4,\n        \"limit\": 4,\n        \"offset\": 0,\n        \"total\": 5\n    },\n    \"results\": [\n        {\n            \"iata\": \"JFK\",\n            \"timezone\": \"America/New_York\",\n            \"city\": {\n                \"iata\": \"NYC\",\n                \"title\": \"New York\",\n                \"titleLocalized\": {\n                    \"EN\": \"New York\",\n                    \"DE\": \"New York\",\n                    \"RU\": \"Нью-Йорк\",\n                    \"TR\": \"New York\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"John F Kennedy International\",\n            \"terminals\": [\n                {\n                    \"id\": \"41c003f9-2084-453b-9eb0-76f8b05b1910\",\n                    \"title\": \"Terminal 1\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Terminal 1\"\n                    }\n                },\n                {\n                    \"id\": \"3b81ca25-5723-4c5a-aee2-d80055c1b6df\",\n                    \"title\": \"Terminal 4\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Terminal 4\"\n                    }\n                }\n            ],\n            \"location\": {\n                \"latitude\": 40.642334,\n                \"longitude\": -73.78817\n            },\n            \"titleLocalized\": {\n                \"EN\": \"John F Kennedy International\",\n                \"DE\": \"John F. Kennedy International\",\n                \"RU\": \"Международный аэропорт им. Джона Ф. Кеннеди\",\n                \"TR\": \"John F Kennedy Havalimanı\"\n            },\n            \"distance\": 20.03654435509596\n        },\n        {\n            \"iata\": \"BDL\",\n            \"timezone\": \"America/New_York\",\n            \"city\": {\n                \"iata\": \"BDL\",\n                \"title\": \"Windsor Locks\",\n                \"titleLocalized\": {\n                    \"EN\": \"Windsor Locks\",\n                    \"DE\": \"Hartford\",\n                    \"RU\": \"Виндзор Локс\",\n                    \"TR\": \"Windsor Locks\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Bradley International\",\n            \"terminals\": [\n                {\n                    \"id\": \"1cf1159b-f0df-42a7-a05e-edfe9e4d2721\",\n                    \"title\": \"Terminal A\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Terminal A\"\n                    }\n                }\n            ],\n            \"location\": {\n                \"latitude\": 41.92953,\n                \"longitude\": -72.6847\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Bradley International\",\n                \"DE\": \"Bradley International\",\n                \"RU\": \"Международный аэропорт Брэдли\",\n                \"TR\": \"Bradley Havalimanı\"\n            },\n            \"distance\": 174.44938481327426\n        },\n        {\n            \"iata\": \"PVD\",\n            \"timezone\": \"America/New_York\",\n            \"city\": {\n                \"iata\": \"PVD\",\n                \"title\": \"Providence\",\n                \"titleLocalized\": {\n                    \"EN\": \"Providence\",\n                    \"DE\": \"Providence\",\n                    \"RU\": \"Провиденс\",\n                    \"TR\": \"Providence\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"T.F. Green State Apt\",\n            \"terminals\": [\n                {\n                    \"id\": \"1a35c57a-c466-4e92-bf2c-d76501a05152\",\n                    \"title\": \"Main Terminal\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Main Terminal\"\n                    }\n                }\n            ],\n            \"location\": {\n                \"latitude\": 41.72631,\n                \"longitude\": -71.43632\n            },\n            \"titleLocalized\": {\n                \"EN\": \"T.F. Green State Apt\",\n                \"DE\": \"T.F. Green State Apt\",\n                \"RU\": \"Аэропорт Т.Ф. Грин\",\n                \"TR\": \"T.F. Green State Apt Havalimanı\"\n            },\n            \"distance\": 242.58698803978956\n        },\n        {\n            \"iata\": \"SYR\",\n            \"timezone\": \"America/New_York\",\n            \"city\": {\n                \"iata\": \"SYR\",\n                \"title\": \"Syracuse\",\n                \"titleLocalized\": {\n                    \"EN\": \"Syracuse\",\n                    \"DE\": \"Syracuse\",\n                    \"RU\": \"Сиракьюс\",\n                    \"TR\": \"Syracuse\"\n                },\n                \"country\": {\n                    \"id\": \"US\",\n                    \"title\": \"United States\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United States\",\n                        \"DE\": \"USA\",\n                        \"RU\": \"Соединенные Штаты\",\n                        \"TR\": \"USA\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"US\",\n                \"title\": \"United States\",\n                \"titleLocalized\": {\n                    \"EN\": \"United States\",\n                    \"DE\": \"USA\",\n                    \"RU\": \"Соединенные Штаты\",\n                    \"TR\": \"USA\"\n                }\n            },\n            \"title\": \"Syracuse Hancock International Airport\",\n            \"terminals\": [\n                {\n                    \"id\": \"85c9bf3e-9102-4ab8-b9e9-c42dfc8592d3\",\n                    \"title\": \"Terminal A\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Terminal A\"\n                    }\n                }\n            ],\n            \"location\": {\n                \"latitude\": 43.113983,\n                \"longitude\": -76.11223\n            },\n            \"titleLocalized\": {\n                \"EN\": \"Syracuse Hancock International Airport\",\n                \"DE\": \"Hancock\",\n                \"RU\": \"Международный аэропорт Сиракьюс Ханкок\",\n                \"TR\": \"Hancock Havalimanı\"\n            },\n            \"distance\": 318.6795997983418\n        }\n    ]\n}"
						},
						{
							"name": "getClosestAirports (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}",
										"closest"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getClosestAirports (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}",
										"closest"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getClosestAirports (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}",
										"closest"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getClosestAirports (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}",
										"closest"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Resource not found.\"\n}"
						},
						{
							"name": "getClosestAirports (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}",
										"closest"
									]
								}
							},
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getClosestAirports (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}/closest",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}",
										"closest"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getFlights",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"flights",
								"{IATA Departure Airport Code}",
								"{IATA Arrival Airport Code}",
								"{date}"
							]
						}
					},
					"response": [
						{
							"name": "getFlights (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"flights",
										"{IATA Departure Airport Code}",
										"{IATA Arrival Airport Code}",
										"{date}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 18 Apr 2025 06:37:39 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "567"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 5,\n        \"limit\": 20,\n        \"offset\": 0,\n        \"total\": 5\n    },\n    \"results\": [\n        {\n            \"flightNumber\": \"KC898\",\n            \"departureTime\": \"2025-04-28T13:55:00\",\n            \"arrivalTime\": \"2025-04-28T19:10:00\"\n        },\n        {\n            \"flightNumber\": \"FZ1721\",\n            \"departureTime\": \"2025-04-28T21:35:00\",\n            \"arrivalTime\": \"2025-04-29T02:45:00\"\n        },\n        {\n            \"flightNumber\": \"EK2422\",\n            \"departureTime\": \"2025-04-28T21:35:00\",\n            \"arrivalTime\": \"2025-04-29T02:45:00\"\n        },\n        {\n            \"flightNumber\": \"FZ1735\",\n            \"departureTime\": \"2025-04-28T22:55:00\",\n            \"arrivalTime\": \"2025-04-29T04:05:00\"\n        },\n        {\n            \"flightNumber\": \"EK2138\",\n            \"departureTime\": \"2025-04-28T22:55:00\",\n            \"arrivalTime\": \"2025-04-29T04:05:00\"\n        }\n    ]\n}"
						},
						{
							"name": "getFlights (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"flights",
										"{IATA Departure Airport Code}",
										"{IATA Arrival Airport Code}",
										"{date}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:51 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "521"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getFlights (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"flights",
										"{IATA Departure Airport Code}",
										"{IATA Arrival Airport Code}",
										"{date}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:51 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "521"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getFlights (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"flights",
										"{IATA Departure Airport Code}",
										"{IATA Arrival Airport Code}",
										"{date}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:51 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "521"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getFlights (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"flights",
										"{IATA Departure Airport Code}",
										"{IATA Arrival Airport Code}",
										"{date}"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:51 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "521"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getFlights (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"flights",
										"{IATA Departure Airport Code}",
										"{IATA Arrival Airport Code}",
										"{date}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:51 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "521"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getFlights (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/flights/{IATA Departure Airport Code}/{IATA Arrival Airport Code}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"flights",
										"{IATA Departure Airport Code}",
										"{IATA Arrival Airport Code}",
										"{date}"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:51 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "521"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				}
			],
			"description": "This folder contains API requests required to fetch data about agent contracts, airport features, available airports, closest airports.\n\nList of requests with their descriptions:\n\n**getContracts**\n\nGet a list of active agents contracts. Client must receive a list of active contracts for the agents api key, this contract will define all the configuration for the specific agent and should be used for appropriate the requests.\n\n_**getFeatures**_\n\nGet the list of available features for airport products\n\n_**getAirports**_\n\nGet the list of available airports with terminals\n\n**getClosestAirports**\n\nGet the closest airports for the specific contract, based on the requester IP\n\n**getFlights**\n\nGet the list of available flights for the specific route and date"
		},
		{
			"name": "Products",
			"item": [
				{
					"name": "getAirportServices",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"airport",
								"{contractId}"
							],
							"query": [
								{
									"key": "limit",
									"value": "20",
									"description": "The numbers of items to return",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "0",
									"description": "The number of items to skip before starting to collect the result set",
									"disabled": true
								},
								{
									"key": "query",
									"value": "DXB",
									"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
									"disabled": true
								},
								{
									"key": "query",
									"value": "Toronto",
									"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "getAirportLounges (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set",
											"disabled": true
										},
										{
											"key": "query",
											"value": "DXB",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										},
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:54:14 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 20,\n        \"limit\": 20,\n        \"offset\": 0,\n        \"total\": 396\n    },\n    \"results\": [\n        {\n            \"iata\": \"AAA\",\n            \"timezone\": \"Pacific/Tahiti\",\n            \"city\": {\n                \"iata\": \"AAA\",\n                \"title\": \"Anaa\",\n                \"titleLocalized\": {\n                    \"EN\": \"Anaa\",\n                    \"DE\": \"Anaa\",\n                    \"RU\": \"Анаа\",\n                    \"TR\": \"Anaa\"\n                },\n                \"country\": {\n                    \"id\": \"PF\",\n                    \"title\": \"French Polynesia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"French Polynesia\",\n                        \"DE\": \"French Polynesia\",\n                        \"RU\": \"Французская Полинезия\",\n                        \"TR\": \"French Polynesia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"PF\",\n                \"title\": \"French Polynesia\",\n                \"titleLocalized\": {\n                    \"EN\": \"French Polynesia\",\n                    \"DE\": \"French Polynesia\",\n                    \"RU\": \"Французская Полинезия\",\n                    \"TR\": \"French Polynesia\"\n                }\n            },\n            \"title\": \"Anaa\",\n            \"terminals\": [\n                {\n                    \"id\": \"6efceb74-709d-4295-ab07-7ed1336e3c79\",\n                    \"title\": \"Terminal A\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": -17.05,\n                \"longitude\": -145.41667\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Anaa\",\n                \"DE\": \"Anaa\",\n                \"RU\": \"Анаа\",\n                \"TR\": \"Anaa\"\n            }\n        },\n        {\n            \"iata\": \"AAQ\",\n            \"timezone\": \"Europe/Moscow\",\n            \"city\": {\n                \"iata\": \"AAQ\",\n                \"title\": \"Anapa\",\n                \"titleLocalized\": {\n                    \"EN\": \"Anapa\",\n                    \"DE\": \"Anapa\",\n                    \"RU\": \"Анапа\",\n                    \"TR\": \"Anapa\"\n                },\n                \"country\": {\n                    \"id\": \"RU\",\n                    \"title\": \"Russia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Russia\",\n                        \"DE\": \"Russia\",\n                        \"RU\": \"Россия\",\n                        \"TR\": \"Russia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"RU\",\n                \"title\": \"Russia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Russia\",\n                    \"DE\": \"Russia\",\n                    \"RU\": \"Россия\",\n                    \"TR\": \"Russia\"\n                }\n            },\n            \"title\": \"Anapa\",\n            \"terminals\": [\n                {\n                    \"id\": \"ce2c67c1-340e-4bb1-95a0-8c1af225d09d\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 44.9,\n                \"longitude\": 37.316666\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Anapa\",\n                \"DE\": \"VITYAZEVO  \",\n                \"RU\": \"Витязево\",\n                \"TR\": \"Vityazevo Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ABA\",\n            \"timezone\": \"Asia/Krasnoyarsk\",\n            \"city\": {\n                \"iata\": \"ABA\",\n                \"title\": \"Abakan\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abakan\",\n                    \"DE\": \"Abakan\",\n                    \"RU\": \"Абакан\",\n                    \"TR\": \"Abakan\"\n                },\n                \"country\": {\n                    \"id\": \"RU\",\n                    \"title\": \"Russia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Russia\",\n                        \"DE\": \"Russia\",\n                        \"RU\": \"Россия\",\n                        \"TR\": \"Russia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"RU\",\n                \"title\": \"Russia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Russia\",\n                    \"DE\": \"Russia\",\n                    \"RU\": \"Россия\",\n                    \"TR\": \"Russia\"\n                }\n            },\n            \"title\": \"Abakan\",\n            \"terminals\": [\n                {\n                    \"id\": \"c8e35559-772f-48d4-b338-0fd9e8c847a4\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 53.716667,\n                \"longitude\": 91.5\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Abakan\",\n                \"DE\": \"Abakan\",\n                \"RU\": \"Абакан\",\n                \"TR\": \"Abakan Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ABV\",\n            \"timezone\": \"Africa/Lagos\",\n            \"city\": {\n                \"iata\": \"ABV\",\n                \"title\": \"Abuja\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abuja\",\n                    \"DE\": \"Abuja\",\n                    \"RU\": \"Абуджа\",\n                    \"TR\": \"Abuja\"\n                },\n                \"country\": {\n                    \"id\": \"NG\",\n                    \"title\": \"Nigeria\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Nigeria\",\n                        \"DE\": \"Nigeria\",\n                        \"RU\": \"Нигерия\",\n                        \"TR\": \"Nigeria\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"NG\",\n                \"title\": \"Nigeria\",\n                \"titleLocalized\": {\n                    \"EN\": \"Nigeria\",\n                    \"DE\": \"Nigeria\",\n                    \"RU\": \"Нигерия\",\n                    \"TR\": \"Nigeria\"\n                }\n            },\n            \"title\": \"Nnamdi Azikiwe International Airport\",\n            \"terminals\": [\n                {\n                    \"id\": \"4a99fff0-dfc6-4fb2-a36f-b1fbfcd1a14d\",\n                    \"title\": \"International Terminal\"\n                },\n                {\n                    \"id\": \"2f3cb150-a380-4580-a4d9-8633685bc216\",\n                    \"title\": \"Main Terminal\"\n                },\n                {\n                    \"id\": \"3956d186-e936-4996-ac32-f93077b4cf7a\",\n                    \"title\": \"New International Terminal\"\n                },\n                {\n                    \"id\": \"a6cdcf40-9db0-4960-92dc-006e2fa7f512\",\n                    \"title\": \"Terminal 1\"\n                },\n                {\n                    \"id\": \"08233780-b141-4b76-bb87-01c8c6f5e369\",\n                    \"title\": \"Terminal 2\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 9.004614,\n                \"longitude\": 7.270447\n            },\n            \"lounges\": 5,\n            \"titleLocalized\": {\n                \"EN\": \"Nnamdi Azikiwe International Airport\",\n                \"DE\": \"Abuja\",\n                \"RU\": \"Международный аэропорт Ннамди Азикиве\",\n                \"TR\": \"Abuja Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ABZ\",\n            \"timezone\": \"Europe/London\",\n            \"city\": {\n                \"iata\": \"ABZ\",\n                \"title\": \"Aberdeen\",\n                \"titleLocalized\": {\n                    \"EN\": \"Aberdeen\",\n                    \"DE\": \"Aberdeen\",\n                    \"RU\": \"Абердин\",\n                    \"TR\": \"Aberdeen\"\n                },\n                \"country\": {\n                    \"id\": \"GB\",\n                    \"title\": \"United Kingdom\",\n                    \"titleLocalized\": {\n                        \"EN\": \"United Kingdom\",\n                        \"DE\": \"United Kingdom\",\n                        \"RU\": \"Соединенное Королевство\",\n                        \"TR\": \"United Kingdom\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"GB\",\n                \"title\": \"United Kingdom\",\n                \"titleLocalized\": {\n                    \"EN\": \"United Kingdom\",\n                    \"DE\": \"United Kingdom\",\n                    \"RU\": \"Соединенное Королевство\",\n                    \"TR\": \"United Kingdom\"\n                }\n            },\n            \"title\": \"Dyce\",\n            \"terminals\": [\n                {\n                    \"id\": \"6e591536-a1de-4732-b11d-cb18c1ce757f\",\n                    \"title\": \"Terminal 1\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 57.200253,\n                \"longitude\": -2.204186\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Dyce\",\n                \"DE\": \"Aberdeen\",\n                \"RU\": \"Абердин Дайс\",\n                \"TR\": \"Dyce Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ACC\",\n            \"timezone\": \"Africa/Accra\",\n            \"city\": {\n                \"iata\": \"ACC\",\n                \"title\": \"Accra\",\n                \"titleLocalized\": {\n                    \"EN\": \"Accra\",\n                    \"DE\": \"Accra\",\n                    \"RU\": \"Аккра\",\n                    \"TR\": \"Accra\"\n                },\n                \"country\": {\n                    \"id\": \"GH\",\n                    \"title\": \"Ghana\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Ghana\",\n                        \"DE\": \"Ghana\",\n                        \"RU\": \"Гана\",\n                        \"TR\": \"Ghana\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"GH\",\n                \"title\": \"Ghana\",\n                \"titleLocalized\": {\n                    \"EN\": \"Ghana\",\n                    \"DE\": \"Ghana\",\n                    \"RU\": \"Гана\",\n                    \"TR\": \"Ghana\"\n                }\n            },\n            \"title\": \"Kotoka\",\n            \"terminals\": [\n                {\n                    \"id\": \"64a4f117-18de-41c5-9747-c7723fb6ad0a\",\n                    \"title\": \"Terminal 2\"\n                },\n                {\n                    \"id\": \"3c3d2ee6-d787-4c67-9b32-0726052abe82\",\n                    \"title\": \"Terminal 3\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 5.60737,\n                \"longitude\": -0.171769\n            },\n            \"lounges\": 2,\n            \"titleLocalized\": {\n                \"EN\": \"Kotoka\",\n                \"DE\": \"Accra\",\n                \"RU\": \"Котока\",\n                \"TR\": \"Kotoka Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ACE\",\n            \"timezone\": \"Atlantic/Canary\",\n            \"city\": {\n                \"iata\": \"ACE\",\n                \"title\": \"Arrecife\",\n                \"titleLocalized\": {\n                    \"EN\": \"Arrecife\",\n                    \"DE\": \"Lanzarote\",\n                    \"RU\": \"Ланзароте\",\n                    \"TR\": \"Lanzarote\"\n                },\n                \"country\": {\n                    \"id\": \"ES\",\n                    \"title\": \"Spain\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Spain\",\n                        \"DE\": \"Spain\",\n                        \"RU\": \"Испания\",\n                        \"TR\": \"Spain\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ES\",\n                \"title\": \"Spain\",\n                \"titleLocalized\": {\n                    \"EN\": \"Spain\",\n                    \"DE\": \"Spain\",\n                    \"RU\": \"Испания\",\n                    \"TR\": \"Spain\"\n                }\n            },\n            \"title\": \"Lanzarote\",\n            \"terminals\": [\n                {\n                    \"id\": \"ba74840a-9336-42f2-be07-0fe86f32a8ce\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 28.950668,\n                \"longitude\": -13.609059\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Lanzarote\",\n                \"DE\": \"Arrecife\",\n                \"RU\": \"Ланцароте\",\n                \"TR\": \"Lanzarote Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ADB\",\n            \"timezone\": \"Europe/Istanbul\",\n            \"city\": {\n                \"iata\": \"IZM\",\n                \"title\": \"Izmir\",\n                \"titleLocalized\": {\n                    \"EN\": \"Izmir\",\n                    \"DE\": \"Izmir\",\n                    \"RU\": \"Измир\",\n                    \"TR\": \"İzmir\"\n                },\n                \"country\": {\n                    \"id\": \"TR\",\n                    \"title\": \"Turkey\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Turkey\",\n                        \"DE\": \"Turkey\",\n                        \"RU\": \"Турция\",\n                        \"TR\": \"Turkey\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"TR\",\n                \"title\": \"Turkey\",\n                \"titleLocalized\": {\n                    \"EN\": \"Turkey\",\n                    \"DE\": \"Turkey\",\n                    \"RU\": \"Турция\",\n                    \"TR\": \"Turkey\"\n                }\n            },\n            \"title\": \"Adnan Menderes Airport\",\n            \"terminals\": [\n                {\n                    \"id\": \"25b2b907-57e2-4ef6-b3cb-0b2227039aa3\",\n                    \"title\": \"Domestic Terminal\"\n                },\n                {\n                    \"id\": \"72ca9e61-1c98-46c4-bf08-fbe2434f388d\",\n                    \"title\": \"International Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 38.294403,\n                \"longitude\": 27.147594\n            },\n            \"lounges\": 2,\n            \"titleLocalized\": {\n                \"EN\": \"Adnan Menderes Airport\",\n                \"DE\": \"Izmir\",\n                \"RU\": \"Аэропорт им. Аднана Мендереса\",\n                \"TR\": \"Adnan Menderes Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ADD\",\n            \"timezone\": \"Africa/Addis_Ababa\",\n            \"city\": {\n                \"iata\": \"ADD\",\n                \"title\": \"Addis Ababa\",\n                \"titleLocalized\": {\n                    \"EN\": \"Addis Ababa\",\n                    \"DE\": \"Addis Abeba\",\n                    \"RU\": \"Аддис-Абеба\",\n                    \"TR\": \"Addis Ababa\"\n                },\n                \"country\": {\n                    \"id\": \"ET\",\n                    \"title\": \"Ethiopia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Ethiopia\",\n                        \"DE\": \"Ethiopia\",\n                        \"RU\": \"Эфиопия\",\n                        \"TR\": \"Ethiopia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ET\",\n                \"title\": \"Ethiopia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Ethiopia\",\n                    \"DE\": \"Ethiopia\",\n                    \"RU\": \"Эфиопия\",\n                    \"TR\": \"Ethiopia\"\n                }\n            },\n            \"title\": \"Bole International\",\n            \"terminals\": [\n                {\n                    \"id\": \"585dcb87-91fd-457e-aa53-b860d2f3ab2d\",\n                    \"title\": \"Terminal 2\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 8.983759,\n                \"longitude\": 38.7959\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Bole International\",\n                \"DE\": \"Addis Ababa\",\n                \"RU\": \"Боле\",\n                \"TR\": \"Bole Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ADL\",\n            \"timezone\": \"Australia/Adelaide\",\n            \"city\": {\n                \"iata\": \"ADL\",\n                \"title\": \"Adelaide\",\n                \"titleLocalized\": {\n                    \"EN\": \"Adelaide\",\n                    \"DE\": \"Adelaide\",\n                    \"RU\": \"Аделаида\",\n                    \"TR\": \"Adelaide\"\n                },\n                \"country\": {\n                    \"id\": \"AU\",\n                    \"title\": \"Australia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Australia\",\n                        \"DE\": \"Australia\",\n                        \"RU\": \"Австралия\",\n                        \"TR\": \"Australia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"AU\",\n                \"title\": \"Australia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Australia\",\n                    \"DE\": \"Australia\",\n                    \"RU\": \"Австралия\",\n                    \"TR\": \"Australia\"\n                }\n            },\n            \"title\": \"Adelaide International Airport\",\n            \"terminals\": [\n                {\n                    \"id\": \"e71d3c1f-fae3-46cc-b548-1c2f2dc9d3be\",\n                    \"title\": \"Terminal 1\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": -34.938175,\n                \"longitude\": 138.53735\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Adelaide International Airport\",\n                \"DE\": \"Adelaide\",\n                \"RU\": \"Аделаида\",\n                \"TR\": \"Adelaide Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AER\",\n            \"timezone\": \"Europe/Moscow\",\n            \"city\": {\n                \"iata\": \"AER\",\n                \"title\": \"Sochi\",\n                \"titleLocalized\": {\n                    \"EN\": \"Sochi\",\n                    \"DE\": \"Adler\",\n                    \"RU\": \"Сочи (Адлер)\",\n                    \"TR\": \"Soçi\"\n                },\n                \"country\": {\n                    \"id\": \"RU\",\n                    \"title\": \"Russia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Russia\",\n                        \"DE\": \"Russia\",\n                        \"RU\": \"Россия\",\n                        \"TR\": \"Russia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"RU\",\n                \"title\": \"Russia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Russia\",\n                    \"DE\": \"Russia\",\n                    \"RU\": \"Россия\",\n                    \"TR\": \"Russia\"\n                }\n            },\n            \"title\": \"Sochi/Adler International Airport\",\n            \"terminals\": [\n                {\n                    \"id\": \"2083b0f3-ea2f-41ce-b3e0-73adb0e7c100\",\n                    \"title\": \"Main Terminal\"\n                },\n                {\n                    \"id\": \"ad24fb67-8b2d-47f7-a489-01ba36f1b031\",\n                    \"title\": \"Terminal B\"\n                },\n                {\n                    \"id\": \"b9912138-4c2a-4b83-bce6-9140ce7f42df\",\n                    \"title\": \"Terminal C\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 43.44884,\n                \"longitude\": 39.941105\n            },\n            \"lounges\": 2,\n            \"titleLocalized\": {\n                \"EN\": \"Sochi/Adler International Airport\",\n                \"DE\": \"Sochi/Adler\",\n                \"RU\": \"Сочи\",\n                \"TR\": \"Sochi Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AGA\",\n            \"timezone\": \"Africa/Casablanca\",\n            \"city\": {\n                \"iata\": \"AGA\",\n                \"title\": \"Agadir\",\n                \"titleLocalized\": {\n                    \"EN\": \"Agadir\",\n                    \"DE\": \"Agadir\",\n                    \"RU\": \"Агадир\",\n                    \"TR\": \"Agadir\"\n                },\n                \"country\": {\n                    \"id\": \"MA\",\n                    \"title\": \"Morocco\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Morocco\",\n                        \"DE\": \"Morocco\",\n                        \"RU\": \"Марокко\",\n                        \"TR\": \"Morocco\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"MA\",\n                \"title\": \"Morocco\",\n                \"titleLocalized\": {\n                    \"EN\": \"Morocco\",\n                    \"DE\": \"Morocco\",\n                    \"RU\": \"Марокко\",\n                    \"TR\": \"Morocco\"\n                }\n            },\n            \"title\": \"Agadir Almassira\",\n            \"terminals\": [\n                {\n                    \"id\": \"3678efc6-cd55-45ae-a338-29b1fc1f4297\",\n                    \"title\": \"Terminal 1\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 30.378326,\n                \"longitude\": -9.555895\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Agadir Almassira\",\n                \"DE\": \"Agadir\",\n                \"RU\": \"Агадир Альмассира\",\n                \"TR\": \"Al Massira Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AGP\",\n            \"timezone\": \"Europe/Madrid\",\n            \"city\": {\n                \"iata\": \"AGP\",\n                \"title\": \"Malaga\",\n                \"titleLocalized\": {\n                    \"EN\": \"Malaga\",\n                    \"DE\": \"Málaga\",\n                    \"RU\": \"Малага\",\n                    \"TR\": \"Malaga\"\n                },\n                \"country\": {\n                    \"id\": \"ES\",\n                    \"title\": \"Spain\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Spain\",\n                        \"DE\": \"Spain\",\n                        \"RU\": \"Испания\",\n                        \"TR\": \"Spain\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ES\",\n                \"title\": \"Spain\",\n                \"titleLocalized\": {\n                    \"EN\": \"Spain\",\n                    \"DE\": \"Spain\",\n                    \"RU\": \"Испания\",\n                    \"TR\": \"Spain\"\n                }\n            },\n            \"title\": \"Pablo Ruiz Picasso\",\n            \"terminals\": [\n                {\n                    \"id\": \"e5d8f1a9-2cb9-4ee4-9bcd-8294391e89f7\",\n                    \"title\": \"Terminal 3\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 36.675182,\n                \"longitude\": -4.489616\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Pablo Ruiz Picasso\",\n                \"DE\": \"Malaga\",\n                \"RU\": \"Пабло Руис Пикассо\",\n                \"TR\": \"Malaga Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AHB\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"city\": {\n                \"iata\": \"AHB\",\n                \"title\": \"Abha\",\n                \"titleLocalized\": {\n                    \"EN\": \"Abha\",\n                    \"DE\": \"Abha\",\n                    \"RU\": \"Абха\",\n                    \"TR\": \"Abha\"\n                },\n                \"country\": {\n                    \"id\": \"SA\",\n                    \"title\": \"Saudi Arabia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Saudi Arabia\",\n                        \"DE\": \"Saudi Arabia\",\n                        \"RU\": \"Саудовская Аравия\",\n                        \"TR\": \"Saudi Arabia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"SA\",\n                \"title\": \"Saudi Arabia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Saudi Arabia\",\n                    \"DE\": \"Saudi Arabia\",\n                    \"RU\": \"Саудовская Аравия\",\n                    \"TR\": \"Saudi Arabia\"\n                }\n            },\n            \"title\": \"Abha\",\n            \"terminals\": [\n                {\n                    \"id\": \"1da4df34-d052-4258-a141-e80bd0ae7d7d\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 18.23429,\n                \"longitude\": 42.657574\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Abha\",\n                \"DE\": \"Abha\",\n                \"RU\": \"Абха\",\n                \"TR\": \"Abha Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AJF\",\n            \"timezone\": \"Asia/Riyadh\",\n            \"city\": {\n                \"iata\": \"AJF\",\n                \"title\": \"Sakaka Al Jouf\",\n                \"titleLocalized\": {\n                    \"EN\": \"Sakaka Al Jouf\",\n                    \"DE\": \"Jouf\",\n                    \"RU\": \"Сакака Аль-Джуф\",\n                    \"TR\": \"Jouf\"\n                },\n                \"country\": {\n                    \"id\": \"SA\",\n                    \"title\": \"Saudi Arabia\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Saudi Arabia\",\n                        \"DE\": \"Saudi Arabia\",\n                        \"RU\": \"Саудовская Аравия\",\n                        \"TR\": \"Saudi Arabia\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"SA\",\n                \"title\": \"Saudi Arabia\",\n                \"titleLocalized\": {\n                    \"EN\": \"Saudi Arabia\",\n                    \"DE\": \"Saudi Arabia\",\n                    \"RU\": \"Саудовская Аравия\",\n                    \"TR\": \"Saudi Arabia\"\n                }\n            },\n            \"title\": \"Jouf\",\n            \"terminals\": [\n                {\n                    \"id\": \"737851d1-bd14-4fd9-9397-0e2c9d24fd97\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 29.788668,\n                \"longitude\": 40.101486\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Jouf\",\n                \"DE\": \"Jouf\",\n                \"RU\": \"Джуф\",\n                \"TR\": \"Jouf Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ALA\",\n            \"timezone\": \"Asia/Almaty\",\n            \"city\": {\n                \"iata\": \"ALA\",\n                \"title\": \"Almaty\",\n                \"titleLocalized\": {\n                    \"EN\": \"Almaty\",\n                    \"DE\": \"Almaty\",\n                    \"RU\": \"Алматы\",\n                    \"TR\": \"Almati\"\n                },\n                \"country\": {\n                    \"id\": \"KZ\",\n                    \"title\": \"Kazakhstan\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Kazakhstan\",\n                        \"DE\": \"Kazakhstan\",\n                        \"RU\": \"Казахстан\",\n                        \"TR\": \"Kazakhstan\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"KZ\",\n                \"title\": \"Kazakhstan\",\n                \"titleLocalized\": {\n                    \"EN\": \"Kazakhstan\",\n                    \"DE\": \"Kazakhstan\",\n                    \"RU\": \"Казахстан\",\n                    \"TR\": \"Kazakhstan\"\n                }\n            },\n            \"title\": \"Almaty\",\n            \"terminals\": [\n                {\n                    \"id\": \"d4e4953a-201a-472a-9a51-43d042db4b7e\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 43.346653,\n                \"longitude\": 77.01145\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Almaty\",\n                \"DE\": \"Almaty\",\n                \"RU\": \"Алматы\",\n                \"TR\": \"Almatı Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"ALC\",\n            \"timezone\": \"Europe/Madrid\",\n            \"city\": {\n                \"iata\": \"ALC\",\n                \"title\": \"Alicante\",\n                \"titleLocalized\": {\n                    \"EN\": \"Alicante\",\n                    \"DE\": \"Alicante\",\n                    \"RU\": \"Аликанте\",\n                    \"TR\": \"Alicante\"\n                },\n                \"country\": {\n                    \"id\": \"ES\",\n                    \"title\": \"Spain\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Spain\",\n                        \"DE\": \"Spain\",\n                        \"RU\": \"Испания\",\n                        \"TR\": \"Spain\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"ES\",\n                \"title\": \"Spain\",\n                \"titleLocalized\": {\n                    \"EN\": \"Spain\",\n                    \"DE\": \"Spain\",\n                    \"RU\": \"Испания\",\n                    \"TR\": \"Spain\"\n                }\n            },\n            \"title\": \"Alicante El Altet\",\n            \"terminals\": [\n                {\n                    \"id\": \"da79e9ed-1429-4afe-9398-93e640b62896\",\n                    \"title\": \"Main Terminal\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 38.287098,\n                \"longitude\": -0.557381\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Alicante El Altet\",\n                \"DE\": \"Alicante\",\n                \"RU\": \"Аликанте\",\n                \"TR\": \"Alicante Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AMD\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"city\": {\n                \"iata\": \"AMD\",\n                \"title\": \"Ahmedabad\",\n                \"titleLocalized\": {\n                    \"EN\": \"Ahmedabad\",\n                    \"DE\": \"Ahmedabad\",\n                    \"RU\": \"Ахмадабад\",\n                    \"TR\": \"Ahmedabad\"\n                },\n                \"country\": {\n                    \"id\": \"IN\",\n                    \"title\": \"India\",\n                    \"titleLocalized\": {\n                        \"EN\": \"India\",\n                        \"DE\": \"India\",\n                        \"RU\": \"Индия\",\n                        \"TR\": \"India\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"IN\",\n                \"title\": \"India\",\n                \"titleLocalized\": {\n                    \"EN\": \"India\",\n                    \"DE\": \"India\",\n                    \"RU\": \"Индия\",\n                    \"TR\": \"India\"\n                }\n            },\n            \"title\": \"Ahmedabad\",\n            \"terminals\": [\n                {\n                    \"id\": \"b2be831e-0e32-441f-9392-47a350e173a3\",\n                    \"title\": \"Terminal 1\"\n                },\n                {\n                    \"id\": \"1a5bbfbc-8dc4-413e-8c06-a3195a5e2864\",\n                    \"title\": \"Terminal 2\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 23.06639,\n                \"longitude\": 72.62417\n            },\n            \"lounges\": 1,\n            \"titleLocalized\": {\n                \"EN\": \"Ahmedabad\",\n                \"DE\": \"Ahmedabad\",\n                \"RU\": \"Ахмедабад\",\n                \"TR\": \"Ahmedabad Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AMM\",\n            \"timezone\": \"Asia/Amman\",\n            \"city\": {\n                \"iata\": \"AMM\",\n                \"title\": \"Amman\",\n                \"titleLocalized\": {\n                    \"EN\": \"Amman\",\n                    \"DE\": \"Amman\",\n                    \"RU\": \"Амман\",\n                    \"TR\": \"Amman\"\n                },\n                \"country\": {\n                    \"id\": \"JO\",\n                    \"title\": \"Jordan\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Jordan\",\n                        \"DE\": \"Jordan\",\n                        \"RU\": \"Иордания\",\n                        \"TR\": \"Jordan\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"JO\",\n                \"title\": \"Jordan\",\n                \"titleLocalized\": {\n                    \"EN\": \"Jordan\",\n                    \"DE\": \"Jordan\",\n                    \"RU\": \"Иордания\",\n                    \"TR\": \"Jordan\"\n                }\n            },\n            \"title\": \"Queen Alia International\",\n            \"terminals\": [\n                {\n                    \"id\": \"8286604b-2620-4991-8114-a5a9ae95d661\",\n                    \"title\": \"Terminal 1\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 31.722534,\n                \"longitude\": 35.98932\n            },\n            \"lounges\": 2,\n            \"titleLocalized\": {\n                \"EN\": \"Queen Alia International\",\n                \"DE\": \"Queen Alia International\",\n                \"RU\": \"Международный аэропорт им. Королевы Алии\",\n                \"TR\": \"Queen Alia Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"iata\": \"AMS\",\n            \"timezone\": \"Europe/Amsterdam\",\n            \"city\": {\n                \"iata\": \"AMS\",\n                \"title\": \"Amsterdam\",\n                \"titleLocalized\": {\n                    \"EN\": \"Amsterdam\",\n                    \"DE\": \"Amsterdam\",\n                    \"RU\": \"Амстердам\",\n                    \"TR\": \"Amsterdam\"\n                },\n                \"country\": {\n                    \"id\": \"NL\",\n                    \"title\": \"Netherlands\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Netherlands\",\n                        \"DE\": \"Netherlands\",\n                        \"RU\": \"Нидерланды\",\n                        \"TR\": \"Netherlands\"\n                    }\n                }\n            },\n            \"country\": {\n                \"id\": \"NL\",\n                \"title\": \"Netherlands\",\n                \"titleLocalized\": {\n                    \"EN\": \"Netherlands\",\n                    \"DE\": \"Netherlands\",\n                    \"RU\": \"Нидерланды\",\n                    \"TR\": \"Netherlands\"\n                }\n            },\n            \"title\": \"Schiphol\",\n            \"terminals\": [\n                {\n                    \"id\": \"b247666b-8182-483b-8d53-99104352df85\",\n                    \"title\": \"Main Terminal\"\n                },\n                {\n                    \"id\": \"2a6d638f-7a97-47fb-9145-87e25ee29891\",\n                    \"title\": \"Terminal 1\"\n                },\n                {\n                    \"id\": \"d71bc3f9-0f64-473f-9c18-b3e52b8cb346\",\n                    \"title\": \"Terminal 2\"\n                }\n            ],\n            \"location\": {\n                \"latitude\": 52.30907,\n                \"longitude\": 4.763385\n            },\n            \"lounges\": 3,\n            \"titleLocalized\": {\n                \"EN\": \"Schiphol\",\n                \"DE\": \"Schiphol\",\n                \"RU\": \"Схипхол\",\n                \"TR\": \"Schiphol Havalimanı\"\n            },\n            \"services\": {\n                \"delayCare\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 5,\n                    \"netPrice\": 3,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"AED\",\n                            \"rate\": 3.6727,\n                            \"grossPrice\": 18.36\n                        },\n                        {\n                            \"currency\": \"CNY\",\n                            \"rate\": 7.288,\n                            \"grossPrice\": 36.44\n                        },\n                        {\n                            \"currency\": \"DKK\",\n                            \"rate\": 7.15932,\n                            \"grossPrice\": 35.8\n                        },\n                        {\n                            \"currency\": \"EUR\",\n                            \"rate\": 0.959985,\n                            \"grossPrice\": 4.8\n                        },\n                        {\n                            \"currency\": \"GBP\",\n                            \"rate\": 0.79349,\n                            \"grossPrice\": 3.97\n                        },\n                        {\n                            \"currency\": \"JPY\",\n                            \"rate\": 150.455125,\n                            \"grossPrice\": 752.28\n                        },\n                        {\n                            \"currency\": \"KZT\",\n                            \"rate\": 497.566669,\n                            \"grossPrice\": 2487.83\n                        },\n                        {\n                            \"currency\": \"NOK\",\n                            \"rate\": 11.229065,\n                            \"grossPrice\": 56.15\n                        },\n                        {\n                            \"currency\": \"RUB\",\n                            \"rate\": 88.413173,\n                            \"grossPrice\": 442.07\n                        },\n                        {\n                            \"currency\": \"SEK\",\n                            \"rate\": 10.72454,\n                            \"grossPrice\": 53.62\n                        },\n                        {\n                            \"currency\": \"TRY\",\n                            \"rate\": 36.515861,\n                            \"grossPrice\": 182.58\n                        },\n                        {\n                            \"currency\": \"UAH\",\n                            \"rate\": 41.370942,\n                            \"grossPrice\": 206.85\n                        },\n                        {\n                            \"currency\": \"UZS\",\n                            \"rate\": 12869.083454,\n                            \"grossPrice\": 64345.42\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}"
						},
						{
							"name": "getAirportLounges (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set",
											"disabled": true
										},
										{
											"key": "query",
											"value": "DXB",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										},
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:54:14 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 400,\n    \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getAirportLounges (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set",
											"disabled": true
										},
										{
											"key": "query",
											"value": "DXB",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										},
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:54:14 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getAirportLounges (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set",
											"disabled": true
										},
										{
											"key": "query",
											"value": "DXB",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										},
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:54:14 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getAirportLounges (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set",
											"disabled": true
										},
										{
											"key": "query",
											"value": "DXB",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										},
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:54:14 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getAirportLounges (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/airport/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"airport",
										"{contractId}"
									],
									"query": [
										{
											"key": "limit",
											"value": "20",
											"description": "The numbers of items to return",
											"disabled": true
										},
										{
											"key": "offset",
											"value": "0",
											"description": "The number of items to skip before starting to collect the result set",
											"disabled": true
										},
										{
											"key": "query",
											"value": "DXB",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										},
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:54:14 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						}
					]
				},
				{
					"name": "getLounges",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"lounge",
								"{contractId}",
								"{IATA airport code}"
							]
						}
					},
					"response": [
						{
							"name": "getLounges (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "P-KVwzSTjVb7JktzSUV7WJ7POtdA4mFyVl",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"lounge",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 22 Jul 2025 05:09:56 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 2,\n        \"limit\": 20,\n        \"offset\": 0,\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"id\": \"P-00000587\",\n            \"category\": \"lounge\",\n            \"terminal\": {\n                \"id\": \"e0425cea-d93a-49b6-8176-02a4d4b8c612\",\n                \"title\": \"Main Terminal\",\n                \"titleLocalized\": {\n                    \"EN\": \"Main Terminal\"\n                }\n            },\n            \"title\": \"Landside Vip Lounge\",\n            \"titleLocalized\": {\n                \"EN\": \"Landside Vip Lounge\"\n            },\n            \"description\": \"\",\n            \"descriptionLocalized\": {},\n            \"howToUse\": \"\",\n            \"howToUseLocalized\": {},\n            \"timezone\": \"Europe/Rome\",\n            \"photos\": [\n                \"https://cdn-api.easyto.travel/dev/de4dbf8e-6b8e-423a-be9f-950a6919ddb2_c15d28d9-0dfb-4569-b20c-f263e298af4b.png\"\n            ],\n            \"workingTime\": [\n                {\n                    \"day\": \"monday\",\n                    \"open\": \"04:30\",\n                    \"close\": \"20:00\"\n                },\n                {\n                    \"day\": \"tuesday\",\n                    \"open\": \"04:30\",\n                    \"close\": \"20:00\"\n                },\n                {\n                    \"day\": \"wednesday\",\n                    \"open\": \"04:30\",\n                    \"close\": \"20:00\"\n                },\n                {\n                    \"day\": \"thursday\",\n                    \"open\": \"04:30\",\n                    \"close\": \"20:00\"\n                },\n                {\n                    \"day\": \"friday\",\n                    \"open\": \"04:30\",\n                    \"close\": \"20:00\"\n                },\n                {\n                    \"day\": \"saturday\",\n                    \"open\": \"04:30\",\n                    \"close\": \"20:00\"\n                },\n                {\n                    \"day\": \"sunday\",\n                    \"open\": \"04:30\",\n                    \"close\": \"20:00\"\n                }\n            ],\n            \"unavailablePeriods\": [],\n            \"restrictions\": [],\n            \"features\": [\n                {\n                    \"id\": \"bbfc34d3-baf8-41b4-a1ee-89ac01a5283e\",\n                    \"payable\": false,\n                    \"title\": \"Air Conditioning\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Air Conditioning\",\n                        \"DE\": \"Klimaanlage\",\n                        \"RU\": \"Кондиционер\",\n                        \"TR\": \"Klima\"\n                    }\n                },\n                {\n                    \"id\": \"6df1b5ad-7ca6-43ec-a0ff-42cd676d7423\",\n                    \"payable\": false,\n                    \"title\": \"Alcoholic Beverages\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Alcoholic Beverages\",\n                        \"DE\": \"Spirituosen\",\n                        \"RU\": \"Алкогольные напитки\",\n                        \"TR\": \"Alkollü İçecekler\"\n                    }\n                },\n                {\n                    \"id\": \"e246a53d-6386-4850-b939-299981d80da9\",\n                    \"payable\": false,\n                    \"title\": \"Disabled Access\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Disabled Access\",\n                        \"DE\": \"Behindertengerechter Zugang\",\n                        \"RU\": \"Доступ для людей с ОВЗ\",\n                        \"TR\": \"Engelli Erişimi\"\n                    }\n                },\n                {\n                    \"id\": \"da9098ab-103d-48ff-bcee-8462868281b5\",\n                    \"payable\": false,\n                    \"title\": \"Flight Monitor\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Flight Monitor\",\n                        \"DE\": \"Aktuelle Fluginformationen\",\n                        \"RU\": \"Табло вылета\",\n                        \"TR\": \"Uçuş Monitörü\"\n                    }\n                },\n                {\n                    \"id\": \"c5c1b3f7-ccb3-494a-8d64-35b5b5b23061\",\n                    \"payable\": false,\n                    \"title\": \"Hot/Cold Food\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Hot/Cold Food\",\n                        \"DE\": \"Heiße/kalte Speisen\",\n                        \"RU\": \"Горячие/холодные блюда\",\n                        \"TR\": \"Sıcak/Soğuk Yemek \"\n                    }\n                },\n                {\n                    \"id\": \"acce43df-3314-4b6c-b56e-e66c02dccd72\",\n                    \"payable\": false,\n                    \"title\": \"Newspaper & Magazines\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Newspaper & Magazines\",\n                        \"DE\": \"Zeitungen & Magazine\",\n                        \"RU\": \"Пресса\",\n                        \"TR\": \"Gazete & Dergiler\"\n                    }\n                },\n                {\n                    \"id\": \"91750a96-d558-4bba-8c66-6ee762891a3c\",\n                    \"payable\": false,\n                    \"title\": \"Non-Alcoholic Beverages (Hot/Cold)\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Non-Alcoholic Beverages (Hot/Cold)\",\n                        \"DE\": \"Erfrischung/Heißgetränk\",\n                        \"RU\": \"Безалкогольные напитки (горячие/холодные)\",\n                        \"TR\": \"Alkolsüz İçecekler (Sıcak/Soğuk)\"\n                    }\n                },\n                {\n                    \"id\": \"cdaaa73a-7d43-4134-bb50-c84016776cfd\",\n                    \"payable\": false,\n                    \"title\": \"Snacks\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Snacks\",\n                        \"DE\": \"Snacks\",\n                        \"RU\": \"Закуски\",\n                        \"TR\": \"Atıştırmalık\"\n                    }\n                },\n                {\n                    \"id\": \"74cf7a34-96c6-4ce2-b1bd-cf5343e6f5e8\",\n                    \"payable\": false,\n                    \"title\": \"Telephone Calls\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Telephone Calls\",\n                        \"DE\": \"Telefonanrufe\",\n                        \"RU\": \"Телефон\",\n                        \"TR\": \"Telefon \"\n                    }\n                },\n                {\n                    \"id\": \"dbeb3374-b235-4721-9e05-f18575469e89\",\n                    \"payable\": false,\n                    \"title\": \"Television\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Television\",\n                        \"DE\": \"Fernsehen\",\n                        \"RU\": \"Телевидение\",\n                        \"TR\": \"Televizyon\"\n                    }\n                },\n                {\n                    \"id\": \"ab932e7a-a3a8-4f2a-a10b-72bf0863b05a\",\n                    \"payable\": false,\n                    \"title\": \"Wi-Fi\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Wi-Fi\",\n                        \"DE\": \"WLAN\",\n                        \"RU\": \"Интернет\",\n                        \"TR\": \"Kablosuz internet\"\n                    }\n                }\n            ],\n            \"terminalType\": [\n                \"departure\"\n            ],\n            \"address\": \"Located in Main Terminal before security check, opposite the ticket desk, near the new shopping area\",\n            \"addressLocalized\": {\n                \"EN\": \"Located in Main Terminal before security check, opposite the ticket desk, near the new shopping area\",\n                \"DE\": \"Im Hauptterminal vor der Sicherheitskontrolle, gegenüber dem Ticketschalter, in der Nähe des neuen Einkaufsbereichs\",\n                \"RU\": \"Зал расположен в Главном Терминале до прохождения зоны контроля, напротив билетной кассы, рядом с новой торговой зоной.\",\n                \"TR\": \"Ana Terminal'de güvenlik kontrolünden önce, bilet masasının karşısında, yeni alışveriş alanının yakınında yer almaktadır.\"\n            },\n            \"info\": {\n                \"openStatus\": \"Open\",\n                \"closeTime\": \"2025-07-22 20:00:00\"\n            },\n            \"gateType\": [\n                \"international\"\n            ],\n            \"variants\": [\n                {\n                    \"id\": \"PV-000000617\",\n                    \"dataHash\": \"03ad017d681207afa704d337b83f6aee6aba1a308c9cd5c4f82be7b19c20a8f5\",\n                    \"type\": \"hours\",\n                    \"value\": 2,\n                    \"refund\": {\n                        \"type\": \"day\",\n                        \"value\": 0\n                    },\n                    \"adultPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"paxType\": \"adult\",\n                        \"grossPrice\": 34,\n                        \"netPrice\": 30.6,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"AED\",\n                                \"rate\": 3.673,\n                                \"grossPrice\": 124.88\n                            },\n                            {\n                                \"currency\": \"AUD\",\n                                \"rate\": 1.533778,\n                                \"grossPrice\": 52.15\n                            },\n                            {\n                                \"currency\": \"BHD\",\n                                \"rate\": 0.37707,\n                                \"grossPrice\": 12.82\n                            },\n                            {\n                                \"currency\": \"CAD\",\n                                \"rate\": 1.36905,\n                                \"grossPrice\": 46.55\n                            },\n                            {\n                                \"currency\": \"CHF\",\n                                \"rate\": 0.79833,\n                                \"grossPrice\": 27.14\n                            },\n                            {\n                                \"currency\": \"CNY\",\n                                \"rate\": 7.1721,\n                                \"grossPrice\": 243.85\n                            },\n                            {\n                                \"currency\": \"DKK\",\n                                \"rate\": 6.387303,\n                                \"grossPrice\": 217.17\n                            },\n                            {\n                                \"currency\": \"EGP\",\n                                \"rate\": 49.246408,\n                                \"grossPrice\": 1674.38\n                            },\n                            {\n                                \"currency\": \"EUR\",\n                                \"rate\": 0.876184,\n                                \"grossPrice\": 29.8\n                            },\n                            {\n                                \"currency\": \"GBP\",\n                                \"rate\": 0.816094,\n                                \"grossPrice\": 27.8\n                            },\n                            {\n                                \"currency\": \"JOD\",\n                                \"rate\": 0.709,\n                                \"grossPrice\": 24.11\n                            },\n                            {\n                                \"currency\": \"JPY\",\n                                \"rate\": 147.5755,\n                                \"grossPrice\": 5017.57\n                            },\n                            {\n                                \"currency\": \"KWD\",\n                                \"rate\": 0.305386,\n                                \"grossPrice\": 10.38\n                            },\n                            {\n                                \"currency\": \"KZT\",\n                                \"rate\": 728.19578,\n                                \"grossPrice\": 24759\n                            },\n                            {\n                                \"currency\": \"NOK\",\n                                \"rate\": 10.16966,\n                                \"grossPrice\": 345.77\n                            },\n                            {\n                                \"currency\": \"OMR\",\n                                \"rate\": 0.384539,\n                                \"grossPrice\": 13.07\n                            },\n                            {\n                                \"currency\": \"RUB\",\n                                \"rate\": 78.19765,\n                                \"grossPrice\": 2658.72\n                            },\n                            {\n                                \"currency\": \"SEK\",\n                                \"rate\": 9.57695,\n                                \"grossPrice\": 325.62\n                            },\n                            {\n                                \"currency\": \"SGD\",\n                                \"rate\": 1.281578,\n                                \"grossPrice\": 43.57\n                            },\n                            {\n                                \"currency\": \"TRY\",\n                                \"rate\": 40.409501,\n                                \"grossPrice\": 1374\n                            },\n                            {\n                                \"currency\": \"UAH\",\n                                \"rate\": 41.803618,\n                                \"grossPrice\": 1422\n                            },\n                            {\n                                \"currency\": \"UZS\",\n                                \"rate\": 12531.392805,\n                                \"grossPrice\": 426068\n                            }\n                        ]\n                    },\n                    \"childPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"paxType\": \"child\",\n                        \"grossPrice\": 34,\n                        \"netPrice\": 30.6,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"AED\",\n                                \"rate\": 3.673,\n                                \"grossPrice\": 124.88\n                            },\n                            {\n                                \"currency\": \"AUD\",\n                                \"rate\": 1.533778,\n                                \"grossPrice\": 52.15\n                            },\n                            {\n                                \"currency\": \"BHD\",\n                                \"rate\": 0.37707,\n                                \"grossPrice\": 12.82\n                            },\n                            {\n                                \"currency\": \"CAD\",\n                                \"rate\": 1.36905,\n                                \"grossPrice\": 46.55\n                            },\n                            {\n                                \"currency\": \"CHF\",\n                                \"rate\": 0.79833,\n                                \"grossPrice\": 27.14\n                            },\n                            {\n                                \"currency\": \"CNY\",\n                                \"rate\": 7.1721,\n                                \"grossPrice\": 243.85\n                            },\n                            {\n                                \"currency\": \"DKK\",\n                                \"rate\": 6.387303,\n                                \"grossPrice\": 217.17\n                            },\n                            {\n                                \"currency\": \"EGP\",\n                                \"rate\": 49.246408,\n                                \"grossPrice\": 1674.38\n                            },\n                            {\n                                \"currency\": \"EUR\",\n                                \"rate\": 0.876184,\n                                \"grossPrice\": 29.8\n                            },\n                            {\n                                \"currency\": \"GBP\",\n                                \"rate\": 0.816094,\n                                \"grossPrice\": 27.8\n                            },\n                            {\n                                \"currency\": \"JOD\",\n                                \"rate\": 0.709,\n                                \"grossPrice\": 24.11\n                            },\n                            {\n                                \"currency\": \"JPY\",\n                                \"rate\": 147.5755,\n                                \"grossPrice\": 5017.57\n                            },\n                            {\n                                \"currency\": \"KWD\",\n                                \"rate\": 0.305386,\n                                \"grossPrice\": 10.38\n                            },\n                            {\n                                \"currency\": \"KZT\",\n                                \"rate\": 728.19578,\n                                \"grossPrice\": 24759\n                            },\n                            {\n                                \"currency\": \"NOK\",\n                                \"rate\": 10.16966,\n                                \"grossPrice\": 345.77\n                            },\n                            {\n                                \"currency\": \"OMR\",\n                                \"rate\": 0.384539,\n                                \"grossPrice\": 13.07\n                            },\n                            {\n                                \"currency\": \"RUB\",\n                                \"rate\": 78.19765,\n                                \"grossPrice\": 2658.72\n                            },\n                            {\n                                \"currency\": \"SEK\",\n                                \"rate\": 9.57695,\n                                \"grossPrice\": 325.62\n                            },\n                            {\n                                \"currency\": \"SGD\",\n                                \"rate\": 1.281578,\n                                \"grossPrice\": 43.57\n                            },\n                            {\n                                \"currency\": \"TRY\",\n                                \"rate\": 40.409501,\n                                \"grossPrice\": 1374\n                            },\n                            {\n                                \"currency\": \"UAH\",\n                                \"rate\": 41.803618,\n                                \"grossPrice\": 1422\n                            },\n                            {\n                                \"currency\": \"UZS\",\n                                \"rate\": 12531.392805,\n                                \"grossPrice\": 426068\n                            }\n                        ]\n                    },\n                    \"pricingAge\": {\n                        \"child\": {\n                            \"from\": 2,\n                            \"to\": 11\n                        },\n                        \"adult\": {\n                            \"from\": 12,\n                            \"to\": -1\n                        }\n                    }\n                }\n            ],\n            \"availableAt\": \"2025-07-22 07:09:56\"\n        },\n        {\n            \"id\": \"P-00000073\",\n            \"category\": \"lounge\",\n            \"terminal\": {\n                \"id\": \"e0425cea-d93a-49b6-8176-02a4d4b8c612\",\n                \"title\": \"Main Terminal\",\n                \"titleLocalized\": {\n                    \"EN\": \"Main Terminal\"\n                }\n            },\n            \"title\": \"Hello Sky Lounge\",\n            \"titleLocalized\": {\n                \"EN\": \"Hello Sky Lounge\"\n            },\n            \"description\": \"\",\n            \"descriptionLocalized\": {},\n            \"howToUse\": \"\",\n            \"howToUseLocalized\": {},\n            \"timezone\": \"Europe/Rome\",\n            \"photos\": [\n                \"https://cdn-api.easyto.travel/dev/de4dbf8e-6b8e-423a-be9f-950a6919ddb2_c15d28d9-0dfb-4569-b20c-f263e298af4b.png\"\n            ],\n            \"workingTime\": [\n                {\n                    \"day\": \"monday\",\n                    \"open\": \"05:00\",\n                    \"close\": \"23:00\"\n                },\n                {\n                    \"day\": \"tuesday\",\n                    \"open\": \"05:00\",\n                    \"close\": \"23:00\"\n                },\n                {\n                    \"day\": \"wednesday\",\n                    \"open\": \"05:00\",\n                    \"close\": \"23:00\"\n                },\n                {\n                    \"day\": \"thursday\",\n                    \"open\": \"05:00\",\n                    \"close\": \"23:00\"\n                },\n                {\n                    \"day\": \"friday\",\n                    \"open\": \"05:00\",\n                    \"close\": \"23:00\"\n                },\n                {\n                    \"day\": \"saturday\",\n                    \"open\": \"05:00\",\n                    \"close\": \"23:00\"\n                },\n                {\n                    \"day\": \"sunday\",\n                    \"open\": \"05:00\",\n                    \"close\": \"23:00\"\n                }\n            ],\n            \"unavailablePeriods\": [],\n            \"restrictions\": [],\n            \"features\": [\n                {\n                    \"id\": \"bbfc34d3-baf8-41b4-a1ee-89ac01a5283e\",\n                    \"payable\": false,\n                    \"title\": \"Air Conditioning\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Air Conditioning\",\n                        \"DE\": \"Klimaanlage\",\n                        \"RU\": \"Кондиционер\",\n                        \"TR\": \"Klima\"\n                    }\n                },\n                {\n                    \"id\": \"6df1b5ad-7ca6-43ec-a0ff-42cd676d7423\",\n                    \"payable\": false,\n                    \"title\": \"Alcoholic Beverages\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Alcoholic Beverages\",\n                        \"DE\": \"Spirituosen\",\n                        \"RU\": \"Алкогольные напитки\",\n                        \"TR\": \"Alkollü İçecekler\"\n                    }\n                },\n                {\n                    \"id\": \"da9098ab-103d-48ff-bcee-8462868281b5\",\n                    \"payable\": false,\n                    \"title\": \"Flight Monitor\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Flight Monitor\",\n                        \"DE\": \"Aktuelle Fluginformationen\",\n                        \"RU\": \"Табло вылета\",\n                        \"TR\": \"Uçuş Monitörü\"\n                    }\n                },\n                {\n                    \"id\": \"eb7b8a58-3ca4-454f-b9a6-a654dea32e72\",\n                    \"payable\": false,\n                    \"title\": \"Fruits\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Fruits\",\n                        \"DE\": \"Früchte\",\n                        \"RU\": \"Фрукты\",\n                        \"TR\": \"Meyveler\"\n                    }\n                },\n                {\n                    \"id\": \"c5c1b3f7-ccb3-494a-8d64-35b5b5b23061\",\n                    \"payable\": false,\n                    \"title\": \"Hot/Cold Food\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Hot/Cold Food\",\n                        \"DE\": \"Heiße/kalte Speisen\",\n                        \"RU\": \"Горячие/холодные блюда\",\n                        \"TR\": \"Sıcak/Soğuk Yemek \"\n                    }\n                },\n                {\n                    \"id\": \"acce43df-3314-4b6c-b56e-e66c02dccd72\",\n                    \"payable\": false,\n                    \"title\": \"Newspaper & Magazines\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Newspaper & Magazines\",\n                        \"DE\": \"Zeitungen & Magazine\",\n                        \"RU\": \"Пресса\",\n                        \"TR\": \"Gazete & Dergiler\"\n                    }\n                },\n                {\n                    \"id\": \"91750a96-d558-4bba-8c66-6ee762891a3c\",\n                    \"payable\": false,\n                    \"title\": \"Non-Alcoholic Beverages (Hot/Cold)\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Non-Alcoholic Beverages (Hot/Cold)\",\n                        \"DE\": \"Erfrischung/Heißgetränk\",\n                        \"RU\": \"Безалкогольные напитки (горячие/холодные)\",\n                        \"TR\": \"Alkolsüz İçecekler (Sıcak/Soğuk)\"\n                    }\n                },\n                {\n                    \"id\": \"cdaaa73a-7d43-4134-bb50-c84016776cfd\",\n                    \"payable\": false,\n                    \"title\": \"Snacks\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Snacks\",\n                        \"DE\": \"Snacks\",\n                        \"RU\": \"Закуски\",\n                        \"TR\": \"Atıştırmalık\"\n                    }\n                },\n                {\n                    \"id\": \"dbeb3374-b235-4721-9e05-f18575469e89\",\n                    \"payable\": false,\n                    \"title\": \"Television\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Television\",\n                        \"DE\": \"Fernsehen\",\n                        \"RU\": \"Телевидение\",\n                        \"TR\": \"Televizyon\"\n                    }\n                },\n                {\n                    \"id\": \"81577cd1-9a0c-4ea4-a3ca-fe421a6bbc5c\",\n                    \"payable\": false,\n                    \"title\": \"Vegetarian\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Vegetarian\",\n                        \"DE\": \"Vegetarische Kost\",\n                        \"RU\": \"Вегетарианские блюда\",\n                        \"TR\": \"Vejetaryen yemek\"\n                    }\n                },\n                {\n                    \"id\": \"ab932e7a-a3a8-4f2a-a10b-72bf0863b05a\",\n                    \"payable\": false,\n                    \"title\": \"Wi-Fi\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Wi-Fi\",\n                        \"DE\": \"WLAN\",\n                        \"RU\": \"Интернет\",\n                        \"TR\": \"Kablosuz internet\"\n                    }\n                }\n            ],\n            \"terminalType\": [\n                \"departure\"\n            ],\n            \"address\": \"Located in Main Terminal after security check. Follow signs to the ‘B Gates’. The lounge is located on the right hand side before Passport Control\",\n            \"addressLocalized\": {\n                \"EN\": \"Located in Main Terminal after security check. Follow signs to the ‘B Gates’. The lounge is located on the right hand side before Passport Control\",\n                \"DE\": \"Befindet sich im Hauptterminal nach der Sicherheitskontrolle. Folgen Sie den Schildern zu den \\\"B-Gates\\\". Die Lounge befindet sich auf der rechten Seite vor der Passkontrolle.\",\n                \"RU\": \"Зал расположен в Главном Терминале после прохождения зоны контроля. Следуйте указателям \\\"B Gates\\\". Бизнес-зал находится справа, перед паспортным контролем.\",\n                \"TR\": \"Güvenlik kontrolünden sonra Ana Terminalde bulunur. 'B Kapısı' tabelalarını takip edin. Salon Pasaport Kontrolünden önce sağ tarafta yer almaktadır.\"\n            },\n            \"info\": {\n                \"openStatus\": \"Open\",\n                \"closeTime\": \"2025-07-22 23:00:00\"\n            },\n            \"gateType\": [\n                \"international\"\n            ],\n            \"productRules\": [\n                \"No pets allowed\",\n                \"Smart casual dress code\"\n            ],\n            \"variants\": [\n                {\n                    \"id\": \"PV-000000261\",\n                    \"dataHash\": \"ea89a4eafaa6e0cce0a965b2ccf13174928f6dc3c430be0a3f4c0a5044b4d985\",\n                    \"type\": \"hours\",\n                    \"value\": 2,\n                    \"refund\": {\n                        \"type\": \"day\",\n                        \"value\": 0\n                    },\n                    \"adultPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"paxType\": \"adult\",\n                        \"grossPrice\": 36,\n                        \"netPrice\": 32.4,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"AED\",\n                                \"rate\": 3.673,\n                                \"grossPrice\": 132.23\n                            },\n                            {\n                                \"currency\": \"AUD\",\n                                \"rate\": 1.533778,\n                                \"grossPrice\": 55.22\n                            },\n                            {\n                                \"currency\": \"BHD\",\n                                \"rate\": 0.37707,\n                                \"grossPrice\": 13.57\n                            },\n                            {\n                                \"currency\": \"CAD\",\n                                \"rate\": 1.36905,\n                                \"grossPrice\": 49.29\n                            },\n                            {\n                                \"currency\": \"CHF\",\n                                \"rate\": 0.79833,\n                                \"grossPrice\": 28.74\n                            },\n                            {\n                                \"currency\": \"CNY\",\n                                \"rate\": 7.1721,\n                                \"grossPrice\": 258.2\n                            },\n                            {\n                                \"currency\": \"DKK\",\n                                \"rate\": 6.387303,\n                                \"grossPrice\": 229.94\n                            },\n                            {\n                                \"currency\": \"EGP\",\n                                \"rate\": 49.246408,\n                                \"grossPrice\": 1772.87\n                            },\n                            {\n                                \"currency\": \"EUR\",\n                                \"rate\": 0.876184,\n                                \"grossPrice\": 31.6\n                            },\n                            {\n                                \"currency\": \"GBP\",\n                                \"rate\": 0.816094,\n                                \"grossPrice\": 29.4\n                            },\n                            {\n                                \"currency\": \"JOD\",\n                                \"rate\": 0.709,\n                                \"grossPrice\": 25.52\n                            },\n                            {\n                                \"currency\": \"JPY\",\n                                \"rate\": 147.5755,\n                                \"grossPrice\": 5312.72\n                            },\n                            {\n                                \"currency\": \"KWD\",\n                                \"rate\": 0.305386,\n                                \"grossPrice\": 10.99\n                            },\n                            {\n                                \"currency\": \"KZT\",\n                                \"rate\": 728.19578,\n                                \"grossPrice\": 26216\n                            },\n                            {\n                                \"currency\": \"NOK\",\n                                \"rate\": 10.16966,\n                                \"grossPrice\": 366.11\n                            },\n                            {\n                                \"currency\": \"OMR\",\n                                \"rate\": 0.384539,\n                                \"grossPrice\": 13.84\n                            },\n                            {\n                                \"currency\": \"RUB\",\n                                \"rate\": 78.19765,\n                                \"grossPrice\": 2815.12\n                            },\n                            {\n                                \"currency\": \"SEK\",\n                                \"rate\": 9.57695,\n                                \"grossPrice\": 344.77\n                            },\n                            {\n                                \"currency\": \"SGD\",\n                                \"rate\": 1.281578,\n                                \"grossPrice\": 46.14\n                            },\n                            {\n                                \"currency\": \"TRY\",\n                                \"rate\": 40.409501,\n                                \"grossPrice\": 1455\n                            },\n                            {\n                                \"currency\": \"UAH\",\n                                \"rate\": 41.803618,\n                                \"grossPrice\": 1505\n                            },\n                            {\n                                \"currency\": \"UZS\",\n                                \"rate\": 12531.392805,\n                                \"grossPrice\": 451131\n                            }\n                        ]\n                    },\n                    \"childPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"paxType\": \"child\",\n                        \"grossPrice\": 36,\n                        \"netPrice\": 32.4,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"AED\",\n                                \"rate\": 3.673,\n                                \"grossPrice\": 132.23\n                            },\n                            {\n                                \"currency\": \"AUD\",\n                                \"rate\": 1.533778,\n                                \"grossPrice\": 55.22\n                            },\n                            {\n                                \"currency\": \"BHD\",\n                                \"rate\": 0.37707,\n                                \"grossPrice\": 13.57\n                            },\n                            {\n                                \"currency\": \"CAD\",\n                                \"rate\": 1.36905,\n                                \"grossPrice\": 49.29\n                            },\n                            {\n                                \"currency\": \"CHF\",\n                                \"rate\": 0.79833,\n                                \"grossPrice\": 28.74\n                            },\n                            {\n                                \"currency\": \"CNY\",\n                                \"rate\": 7.1721,\n                                \"grossPrice\": 258.2\n                            },\n                            {\n                                \"currency\": \"DKK\",\n                                \"rate\": 6.387303,\n                                \"grossPrice\": 229.94\n                            },\n                            {\n                                \"currency\": \"EGP\",\n                                \"rate\": 49.246408,\n                                \"grossPrice\": 1772.87\n                            },\n                            {\n                                \"currency\": \"EUR\",\n                                \"rate\": 0.876184,\n                                \"grossPrice\": 31.6\n                            },\n                            {\n                                \"currency\": \"GBP\",\n                                \"rate\": 0.816094,\n                                \"grossPrice\": 29.4\n                            },\n                            {\n                                \"currency\": \"JOD\",\n                                \"rate\": 0.709,\n                                \"grossPrice\": 25.52\n                            },\n                            {\n                                \"currency\": \"JPY\",\n                                \"rate\": 147.5755,\n                                \"grossPrice\": 5312.72\n                            },\n                            {\n                                \"currency\": \"KWD\",\n                                \"rate\": 0.305386,\n                                \"grossPrice\": 10.99\n                            },\n                            {\n                                \"currency\": \"KZT\",\n                                \"rate\": 728.19578,\n                                \"grossPrice\": 26216\n                            },\n                            {\n                                \"currency\": \"NOK\",\n                                \"rate\": 10.16966,\n                                \"grossPrice\": 366.11\n                            },\n                            {\n                                \"currency\": \"OMR\",\n                                \"rate\": 0.384539,\n                                \"grossPrice\": 13.84\n                            },\n                            {\n                                \"currency\": \"RUB\",\n                                \"rate\": 78.19765,\n                                \"grossPrice\": 2815.12\n                            },\n                            {\n                                \"currency\": \"SEK\",\n                                \"rate\": 9.57695,\n                                \"grossPrice\": 344.77\n                            },\n                            {\n                                \"currency\": \"SGD\",\n                                \"rate\": 1.281578,\n                                \"grossPrice\": 46.14\n                            },\n                            {\n                                \"currency\": \"TRY\",\n                                \"rate\": 40.409501,\n                                \"grossPrice\": 1455\n                            },\n                            {\n                                \"currency\": \"UAH\",\n                                \"rate\": 41.803618,\n                                \"grossPrice\": 1505\n                            },\n                            {\n                                \"currency\": \"UZS\",\n                                \"rate\": 12531.392805,\n                                \"grossPrice\": 451131\n                            }\n                        ]\n                    },\n                    \"pricingAge\": {\n                        \"child\": {\n                            \"from\": 2,\n                            \"to\": 11\n                        },\n                        \"adult\": {\n                            \"from\": 12,\n                            \"to\": -1\n                        }\n                    }\n                }\n            ],\n            \"availableAt\": \"2025-07-22 07:09:56\"\n        }\n    ]\n}"
						},
						{
							"name": "getLounges (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "P-KVwzSTjVb7JktzSUV7WJ7POtdA4mFyVl",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"lounge",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getLounges (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "P-KVwzSTjVb7JktzSUV7WJ7POtdA4mFyVl",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"lounge",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 401,\n    \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getLounges (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "P-KVwzSTjVb7JktzSUV7WJ7POtdA4mFyVl",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"lounge",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getLounges (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "P-KVwzSTjVb7JktzSUV7WJ7POtdA4mFyVl",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"lounge",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getLounges (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "P-KVwzSTjVb7JktzSUV7WJ7POtdA4mFyVl",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"lounge",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getLounges (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-api-key",
										"value": "P-KVwzSTjVb7JktzSUV7WJ7POtdA4mFyVl",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/lounge/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"lounge",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getDelayCare",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"delay-care",
								"{contractId}",
								"{IATA Departure Airport Code}",
								"{flightNumber}",
								"{date}"
							]
						}
					},
					"response": [
						{
							"name": "getDelayCare (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 1,\n        \"limit\": 20,\n        \"offset\": 0,\n        \"total\": 1\n    },\n    \"results\": [\n        {\n            \"id\": \"P-00000181\",\n            \"category\": \"delay-care\",\n            \"terminal\": {\n                \"id\": \"b9c4cb06-7fa0-41ca-ae23-edd4f8c63d3a\",\n                \"title\": \"Main Terminal\"\n            },\n            \"status\": \"Scheduled\",\n            \"flightNumber\": \"KC110\",\n            \"departureAirport\": {\n                \"iata\": \"FRU\",\n                \"timezone\": \"Asia/Bishkek\",\n                \"city\": {\n                    \"iata\": \"FRU\",\n                    \"title\": \"Bishkek\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Bishkek\",\n                        \"DE\": \"Bischkek\",\n                        \"RU\": \"Бишкек\",\n                        \"TR\": \"Bişkek\"\n                    },\n                    \"country\": {\n                        \"id\": \"KG\",\n                        \"title\": \"Kyrgyzstan\",\n                        \"titleLocalized\": {\n                            \"EN\": \"Kyrgyzstan\",\n                            \"DE\": \"Kyrgyzstan\",\n                            \"RU\": \"Кыргызстан\",\n                            \"TR\": \"Kyrgyzstan\"\n                        }\n                    }\n                },\n                \"country\": {\n                    \"id\": \"KG\",\n                    \"title\": \"Kyrgyzstan\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Kyrgyzstan\",\n                        \"DE\": \"Kyrgyzstan\",\n                        \"RU\": \"Кыргызстан\",\n                        \"TR\": \"Kyrgyzstan\"\n                    }\n                },\n                \"title\": \"Manas (Bishkek)\",\n                \"terminals\": [\n                    {\n                        \"id\": \"b9c4cb06-7fa0-41ca-ae23-edd4f8c63d3a\",\n                        \"title\": \"Main Terminal\"\n                    }\n                ],\n                \"location\": {\n                    \"latitude\": 43.05358,\n                    \"longitude\": 74.46945\n                },\n                \"titleLocalized\": {\n                    \"EN\": \"Manas (Bishkek)\",\n                    \"DE\": \"Manas Intl\",\n                    \"RU\": \"Манас\",\n                    \"TR\": \"Bishkek Havalimanı\"\n                }\n            },\n            \"departureTerminal\": {\n                \"id\": \"b9c4cb06-7fa0-41ca-ae23-edd4f8c63d3a\",\n                \"title\": \"Main Terminal\"\n            },\n            \"departureTime\": \"2025-03-22T14:05:00Z\",\n            \"arrivalAirport\": {\n                \"iata\": \"ALA\",\n                \"timezone\": \"Asia/Almaty\",\n                \"city\": {\n                    \"iata\": \"ALA\",\n                    \"title\": \"Almaty\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Almaty\",\n                        \"DE\": \"Almaty\",\n                        \"RU\": \"Алматы\",\n                        \"TR\": \"Almati\"\n                    },\n                    \"country\": {\n                        \"id\": \"KZ\",\n                        \"title\": \"Kazakhstan\",\n                        \"titleLocalized\": {\n                            \"EN\": \"Kazakhstan\",\n                            \"DE\": \"Kazakhstan\",\n                            \"RU\": \"Казахстан\",\n                            \"TR\": \"Kazakhstan\"\n                        }\n                    }\n                },\n                \"country\": {\n                    \"id\": \"KZ\",\n                    \"title\": \"Kazakhstan\",\n                    \"titleLocalized\": {\n                        \"EN\": \"Kazakhstan\",\n                        \"DE\": \"Kazakhstan\",\n                        \"RU\": \"Казахстан\",\n                        \"TR\": \"Kazakhstan\"\n                    }\n                },\n                \"title\": \"Almaty\",\n                \"terminals\": [\n                    {\n                        \"id\": \"d4e4953a-201a-472a-9a51-43d042db4b7e\",\n                        \"title\": \"Terminal 1\"\n                    }\n                ],\n                \"location\": {\n                    \"latitude\": 43.346653,\n                    \"longitude\": 77.01145\n                },\n                \"titleLocalized\": {\n                    \"EN\": \"Almaty\",\n                    \"DE\": \"Almaty\",\n                    \"RU\": \"Алматы\",\n                    \"TR\": \"Almatı Havalimanı\"\n                }\n            },\n            \"arrivalTerminal\": {\n                \"id\": \"\",\n                \"title\": \"\"\n            },\n            \"arrivalTime\": \"2025-03-22T15:00:00Z\",\n            \"duration\": {\n                \"hours\": 0,\n                \"minutes\": 55\n            },\n            \"airline\": {\n                \"name\": \"Air Astana\",\n                \"code\": \"KC\"\n            },\n            \"hasDifferentTerminal\": false,\n            \"variants\": [\n                {\n                    \"id\": \"DPV-000001249\",\n                    \"dataHash\": \"2e8839fda4bb383f6d6bdff0bc7714c109e6ee926acf4981caa437d42fe82805\",\n                    \"type\": \"hours\",\n                    \"value\": 2,\n                    \"refund\": {\n                        \"type\": \"day\",\n                        \"value\": 0\n                    },\n                    \"adultPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"paxType\": \"adult\",\n                        \"grossPrice\": 5,\n                        \"netPrice\": 3,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"AED\",\n                                \"rate\": 3.67271,\n                                \"grossPrice\": 19\n                            },\n                            {\n                                \"currency\": \"CNY\",\n                                \"rate\": 7.2273,\n                                \"grossPrice\": 37\n                            },\n                            {\n                                \"currency\": \"DKK\",\n                                \"rate\": 6.823638,\n                                \"grossPrice\": 35\n                            },\n                            {\n                                \"currency\": \"EUR\",\n                                \"rate\": 0.914601,\n                                \"grossPrice\": 4.6\n                            },\n                            {\n                                \"currency\": \"GBP\",\n                                \"rate\": 0.770045,\n                                \"grossPrice\": 3.9\n                            },\n                            {\n                                \"currency\": \"JPY\",\n                                \"rate\": 149.8235,\n                                \"grossPrice\": 750\n                            },\n                            {\n                                \"currency\": \"KZT\",\n                                \"rate\": 498.31512,\n                                \"grossPrice\": 2492\n                            },\n                            {\n                                \"currency\": \"NOK\",\n                                \"rate\": 10.536917,\n                                \"grossPrice\": 53\n                            },\n                            {\n                                \"currency\": \"RUB\",\n                                \"rate\": 81.50332,\n                                \"grossPrice\": 407.52\n                            },\n                            {\n                                \"currency\": \"SEK\",\n                                \"rate\": 10.07799,\n                                \"grossPrice\": 51\n                            },\n                            {\n                                \"currency\": \"TRY\",\n                                \"rate\": 36.657602,\n                                \"grossPrice\": 184\n                            },\n                            {\n                                \"currency\": \"UAH\",\n                                \"rate\": 41.433214,\n                                \"grossPrice\": 208\n                            },\n                            {\n                                \"currency\": \"UZS\",\n                                \"rate\": 12935.909046,\n                                \"grossPrice\": 64680\n                            }\n                        ]\n                    },\n                    \"childPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"paxType\": \"child\",\n                        \"grossPrice\": 5,\n                        \"netPrice\": 3,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"AED\",\n                                \"rate\": 3.67271,\n                                \"grossPrice\": 19\n                            },\n                            {\n                                \"currency\": \"CNY\",\n                                \"rate\": 7.2273,\n                                \"grossPrice\": 37\n                            },\n                            {\n                                \"currency\": \"DKK\",\n                                \"rate\": 6.823638,\n                                \"grossPrice\": 35\n                            },\n                            {\n                                \"currency\": \"EUR\",\n                                \"rate\": 0.914601,\n                                \"grossPrice\": 4.6\n                            },\n                            {\n                                \"currency\": \"GBP\",\n                                \"rate\": 0.770045,\n                                \"grossPrice\": 3.9\n                            },\n                            {\n                                \"currency\": \"JPY\",\n                                \"rate\": 149.8235,\n                                \"grossPrice\": 750\n                            },\n                            {\n                                \"currency\": \"KZT\",\n                                \"rate\": 498.31512,\n                                \"grossPrice\": 2492\n                            },\n                            {\n                                \"currency\": \"NOK\",\n                                \"rate\": 10.536917,\n                                \"grossPrice\": 53\n                            },\n                            {\n                                \"currency\": \"RUB\",\n                                \"rate\": 81.50332,\n                                \"grossPrice\": 407.52\n                            },\n                            {\n                                \"currency\": \"SEK\",\n                                \"rate\": 10.07799,\n                                \"grossPrice\": 51\n                            },\n                            {\n                                \"currency\": \"TRY\",\n                                \"rate\": 36.657602,\n                                \"grossPrice\": 184\n                            },\n                            {\n                                \"currency\": \"UAH\",\n                                \"rate\": 41.433214,\n                                \"grossPrice\": 208\n                            },\n                            {\n                                \"currency\": \"UZS\",\n                                \"rate\": 12935.909046,\n                                \"grossPrice\": 64680\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}"
						},
						{
							"name": "getDelayCare(400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 400,\n    \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getDelayCare (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{departureAirport}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{departureAirport}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getDelayCare (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getDelayCare (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Flight number is not found\"\n}"
						},
						{
							"name": "getDelayCare (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getDelayCare (409)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 409,\n    \"message\": \"Incorrect Airport\"\n}"
						},
						{
							"name": "getDelayCare (410)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Gone",
							"code": 410,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 410,\n  \"message\": \"Services not available for this flight\"\n}"
						},
						{
							"name": "getDelayCare (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/delay-care/{contractId}/{IATA Departure Airport Code}/{flightNumber}/{date}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"delay-care",
										"{contractId}",
										"{IATA Departure Airport Code}",
										"{flightNumber}",
										"{date}"
									],
									"query": [
										{
											"key": "query",
											"value": "Toronto",
											"description": "Query field for filtering search results by Airport title, IATA or City, if the parameter is not specified, then all airports that have at least one lounge are returned",
											"disabled": true
										}
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:29:57 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getFastTrack",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"fast-track",
								"{contractId}",
								"{IATA airport code}"
							]
						}
					},
					"response": [
						{
							"name": "getFastTrack (200)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"fast-track",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 20,\n        \"offset\": 0,\n        \"limit\": 20,\n        \"total\": 100\n    },\n    \"results\": [\n        {\n            \"id\": \"P-0000000021\",\n            \"category\": \"fast-track\",\n            \"terminal\": {\n                \"id\": 1,\n                \"title\": \"Terminal 1\",\n                \"titleLocalized\": {\n                    \"EN\": \"USA\",\n                    \"UK\": \"США\"\n                }\n            },\n            \"title\": \"Entrance Security Manual Access\",\n            \"titleLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"description\": \"FastTrack service for manual access to the security check\",\n            \"descriptionLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"howToUse\": \"Show your voucher at the entrance\",\n            \"howToUseLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"timezone\": \"America/New_York\",\n            \"workingTime\": [\n                {\n                    \"day\": \"monday\",\n                    \"open\": \"00:00\",\n                    \"close\": \"23:59\"\n                }\n            ],\n            \"features\": [\n                {\n                    \"id\": 1,\n                    \"payable\": true,\n                    \"title\": \"Shower\",\n                    \"titleLocalized\": {\n                        \"EN\": \"USA\",\n                        \"UK\": \"США\"\n                    }\n                }\n            ],\n            \"terminalType\": [\n                \"arrival\"\n            ],\n            \"gateType\": [\n                \"international\"\n            ],\n            \"address\": \"Located in Terminal A after security check\",\n            \"addressLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"info\": {\n                \"openStatus\": \"Open\",\n                \"closeTime\": \"2024-12-31T22:00:00Z\",\n                \"openTime\": \"2024-12-31T21:00:00Z\"\n            },\n            \"isFlightRequired\": true,\n            \"preOrderTime\": {\n                \"type\": \"hour\",\n                \"value\": 24\n            },\n            \"files\": [\n                {\n                    \"language\": \"en\",\n                    \"url\": \"string\"\n                }\n            ],\n            \"unavailablePeriods\": [\n                {\n                    \"startDate\": \"2024-01-31T00:00:00Z\",\n                    \"endDate\": \"2024-01-31T00:00:00Z\",\n                    \"reason\": \"Fast Track is closed for renovation\",\n                    \"reasonLocalized\": {\n                        \"EN\": \"USA\",\n                        \"UK\": \"США\"\n                    }\n                }\n            ],\n            \"restrictions\": [\n                {\n                    \"type\": \"Airline\",\n                    \"description\": \"Fast Track is available only for passengers flying with Qatar Airways\",\n                    \"descriptionLocalized\": {\n                        \"EN\": \"USA\",\n                        \"UK\": \"США\"\n                    },\n                    \"value\": {\n                        \"id\": \"TK\",\n                        \"title\": \"Only Turkish Airlines passengers\",\n                        \"titleLocalized\": {\n                            \"EN\": \"USA\",\n                            \"UK\": \"США\"\n                        }\n                    }\n                }\n            ],\n            \"productRules\": [\n                \"No pets allowed\",\n                \"Smart casual dress code\"\n            ],\n            \"availableAt\": \"2024-01-31T00:00:00Z\",\n            \"variants\": [\n                {\n                    \"id\": \"PV-00041\",\n                    \"value\": 2,\n                    \"type\": \"hours\",\n                    \"adultPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"grossPrice\": 100,\n                        \"netPrice\": 90,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"USD\",\n                                \"grossPrice\": 100,\n                                \"rate\": 0.9\n                            }\n                        ],\n                        \"paxType\": \"adult\"\n                    },\n                    \"childPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"grossPrice\": 100,\n                        \"netPrice\": 90,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"USD\",\n                                \"grossPrice\": 100,\n                                \"rate\": 0.9\n                            }\n                        ],\n                        \"paxType\": \"adult\"\n                    },\n                    \"refund\": {\n                        \"value\": 24,\n                        \"type\": \"day\"\n                    },\n                    \"pricingAge\": {\n                        \"child\": {\n                            \"from\": 0,\n                            \"to\": 12\n                        },\n                        \"adult\": {\n                            \"from\": 0,\n                            \"to\": 12\n                        }\n                    },\n                    \"dataHash\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n                }\n            ]\n        }\n    ]\n}"
						},
						{
							"name": "getFastTrack (400)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"fast-track",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getFastTrack (401)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"fast-track",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getFastTrack (403)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"fast-track",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getFastTrack (404)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"fast-track",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getFastTrack (405))",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"fast-track",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getFastTrack (503)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/fast-track/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"fast-track",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getMeetAndAssist",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"meet-and-assist",
								"{contractId}",
								"{IATA airport code}"
							]
						}
					},
					"response": [
						{
							"name": "getMeetAndAssist (200)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"meet-and-assist",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"metadata\": {\n        \"count\": 20,\n        \"offset\": 0,\n        \"limit\": 20,\n        \"total\": 100\n    },\n    \"results\": [\n        {\n            \"id\": \"P-0000000021\",\n            \"category\": \"meet-and-assist\",\n            \"terminal\": {\n                \"id\": 1,\n                \"title\": \"Terminal 3\",\n                \"titleLocalized\": {\n                    \"EN\": \"USA\",\n                    \"UK\": \"США\"\n                }\n            },\n            \"title\": \"Meet & Assist “Premium Arrival Service”\",\n            \"titleLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"description\": \"Services include: escort from a flight gate to the terminal exit, queue-less passport control, porter service.\",\n            \"descriptionLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"howToUse\": \"An agent will meet you at the arrival gate or at the Terminal entrance. Please make sure to exit through the front door of the aircraft and inform the cabin crew that you have booked a passenger service.\",\n            \"howToUseLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"timezone\": \"America/New_York\",\n            \"workingTime\": [\n                {\n                    \"day\": \"monday\",\n                    \"open\": \"00:00\",\n                    \"close\": \"23:59\"\n                }\n            ],\n            \"features\": [\n                {\n                    \"id\": 1,\n                    \"payable\": true,\n                    \"title\": \"Name board\",\n                    \"titleLocalized\": {\n                        \"EN\": \"USA\",\n                        \"UK\": \"США\"\n                    }\n                }\n            ],\n            \"terminalType\": [\n                \"arrival\"\n            ],\n            \"gateType\": [\n                \"international\"\n            ],\n            \"address\": \"Located in Terminal 3, at the arrival gate or at the terminal entrance\",\n            \"addressLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            },\n            \"info\": {\n                \"openStatus\": \"Open\",\n                \"closeTime\": \"2024-12-31T22:00:00Z\",\n                \"openTime\": \"2024-12-31T21:00:00Z\"\n            },\n            \"isFlightRequired\": true,\n            \"preOrderTime\": {\n                \"type\": \"hour\",\n                \"value\": 24\n            },\n            \"files\": [\n                {\n                    \"language\": \"en\",\n                    \"url\": \"string\"\n                }\n            ],\n            \"unavailablePeriods\": [\n                {\n                    \"startDate\": \"2024-01-31T00:00:00Z\",\n                    \"endDate\": \"2024-01-31T00:00:00Z\",\n                    \"reason\": \"Meet And Assist is closed for renovation\",\n                    \"reasonLocalized\": {\n                        \"EN\": \"USA\",\n                        \"UK\": \"США\"\n                    }\n                }\n            ],\n            \"restrictions\": [\n                {\n                    \"type\": \"Airline\",\n                    \"description\": \"Meet And Assist is available only for passengers flying with Qatar Airways\",\n                    \"descriptionLocalized\": {\n                        \"EN\": \"USA\",\n                        \"UK\": \"США\"\n                    },\n                    \"value\": {\n                        \"id\": \"TK\",\n                        \"title\": \"Only Turkish Airlines passengers\",\n                        \"titleLocalized\": {\n                            \"EN\": \"USA\",\n                            \"UK\": \"США\"\n                        }\n                    }\n                }\n            ],\n            \"availableAt\": \"2024-01-31T00:00:00Z\",\n            \"variants\": [\n                {\n                    \"id\": \"PV-00041\",\n                    \"value\": 2,\n                    \"type\": \"hours\",\n                    \"adultPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"grossPrice\": 100,\n                        \"netPrice\": 90,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"USD\",\n                                \"grossPrice\": 100,\n                                \"rate\": 0.9\n                            }\n                        ],\n                        \"paxType\": \"adult\"\n                    },\n                    \"childPrice\": {\n                        \"baseCurrency\": \"USD\",\n                        \"grossPrice\": 100,\n                        \"netPrice\": 90,\n                        \"currencies\": [\n                            {\n                                \"currency\": \"USD\",\n                                \"grossPrice\": 100,\n                                \"rate\": 0.9\n                            }\n                        ],\n                        \"paxType\": \"adult\"\n                    },\n                    \"refund\": {\n                        \"value\": 24,\n                        \"type\": \"day\"\n                    },\n                    \"pricingAge\": {\n                        \"child\": {\n                            \"from\": 0,\n                            \"to\": 12\n                        },\n                        \"adult\": {\n                            \"from\": 0,\n                            \"to\": 12\n                        }\n                    },\n                    \"dataHash\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n                }\n            ]\n        }\n    ]\n}"
						},
						{
							"name": "getMeetAndAssist (400)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"meet-and-assist",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getMeetAndAssist (401)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"meet-and-assist",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getMeetAndAssist (403)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"meet-and-assist",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getMeetAndAssist (404)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"meet-and-assist",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getMeetAndAssist (405))",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"meet-and-assist",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getMeetAndAssist (503)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/meet-and-assist/{contractId}/{IATA airport code}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"meet-and-assist",
										"{contractId}",
										"{IATA airport code}"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 503,\n    \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "getProductById",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"product",
								"{contractId}",
								"{productId}"
							]
						}
					},
					"response": [
						{
							"name": "getProductById (200)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"product",
										"{contractId}",
										"{productId}"
									]
								}
							},
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 200,\n    \"results\": {\n        \"id\": \"P-0000000021\",\n        \"category\": \"meet-and-assist\",\n        \"terminal\": {\n            \"id\": 1,\n            \"title\": \"Terminal 3\",\n            \"titleLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n            }\n        },\n        \"title\": \"Meet & Assist “Premium Arrival Service”\",\n        \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n        },\n        \"description\": \"Services include: escort from a flight gate to the terminal exit, queue-less passport control, porter service.\",\n        \"descriptionLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n        },\n        \"howToUse\": \"An agent will meet you at the arrival gate or at the Terminal entrance. Please make sure to exit through the front door of the aircraft and inform the cabin crew that you have booked a passenger service.\",\n        \"howToUseLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n        },\n        \"timezone\": \"America/New_York\",\n        \"workingTime\": [\n            {\n                \"day\": \"monday\",\n                \"open\": \"00:00\",\n                \"close\": \"23:59\"\n            }\n        ],\n        \"features\": [\n            {\n                \"id\": 1,\n                \"payable\": true,\n                \"title\": \"Name board\",\n                \"titleLocalized\": {\n                    \"EN\": \"USA\",\n                    \"UK\": \"США\"\n                }\n            }\n        ],\n        \"terminalType\": [\n            \"arrival\"\n        ],\n        \"gateType\": [\n            \"international\"\n        ],\n        \"address\": \"Located in Terminal 3, at the arrival gate or at the terminal entrance\",\n        \"addressLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n        },\n        \"info\": {\n            \"openStatus\": \"Open\",\n            \"closeTime\": \"2024-12-31T22:00:00Z\",\n            \"openTime\": \"2024-12-31T21:00:00Z\"\n        },\n        \"isFlightRequired\": true,\n        \"preOrderTime\": {\n            \"type\": \"hour\",\n            \"value\": 24\n        },\n        \"files\": [\n            {\n                \"language\": \"en\",\n                \"url\": \"string\"\n            }\n        ],\n        \"unavailablePeriods\": [\n            {\n                \"startDate\": \"2024-01-31T00:00:00Z\",\n                \"endDate\": \"2024-01-31T00:00:00Z\",\n                \"reason\": \"Meet And Assist is closed for renovation\",\n                \"reasonLocalized\": {\n                    \"EN\": \"USA\",\n                    \"UK\": \"США\"\n                }\n            }\n        ],\n        \"restrictions\": [\n            {\n                \"type\": \"Airline\",\n                \"description\": \"Meet And Assist is available only for passengers flying with Qatar Airways\",\n                \"descriptionLocalized\": {\n                    \"EN\": \"USA\",\n                    \"UK\": \"США\"\n                },\n                \"value\": {\n                    \"id\": \"TK\",\n                    \"title\": \"Only Turkish Airlines passengers\",\n                    \"titleLocalized\": {\n                        \"EN\": \"USA\",\n                        \"UK\": \"США\"\n                    }\n                }\n            }\n        ],\n        \"availableAt\": \"2024-01-31T00:00:00Z\",\n        \"variants\": [\n            {\n                \"id\": \"PV-00041\",\n                \"value\": 2,\n                \"type\": \"hours\",\n                \"adultPrice\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 100,\n                    \"netPrice\": 90,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"grossPrice\": 100,\n                            \"rate\": 0.9\n                        }\n                    ],\n                    \"paxType\": \"adult\"\n                },\n                \"childPrice\": {\n                    \"baseCurrency\": \"USD\",\n                    \"grossPrice\": 100,\n                    \"netPrice\": 90,\n                    \"currencies\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"grossPrice\": 100,\n                            \"rate\": 0.9\n                        }\n                    ],\n                    \"paxType\": \"adult\"\n                },\n                \"refund\": {\n                    \"value\": 24,\n                    \"type\": \"day\"\n                },\n                \"pricingAge\": {\n                    \"child\": {\n                        \"from\": 0,\n                        \"to\": 12\n                    },\n                    \"adult\": {\n                        \"from\": 0,\n                        \"to\": 12\n                    }\n                },\n                \"dataHash\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n            }\n        ]\n    }\n}"
						},
						{
							"name": "getProductById (400)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"product",
										"{contractId}",
										"{productId}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getProductById (401)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"product",
										"{contractId}",
										"{productId}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getProductById (403)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"product",
										"{contractId}",
										"{productId}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getProductById (404)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"product",
										"{contractId}",
										"{productId}"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Wrong pagination parameters.\"\n}"
						},
						{
							"name": "getProductById (405))",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"product",
										"{contractId}",
										"{productId}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getProductById (503)",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/product/{contractId}/{productId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"product",
										"{contractId}",
										"{productId}"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 503,\n    \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				}
			],
			"description": "The Products folder contains API endpoints for retrieving information about available products at airports.\n\n**getAirportServices**\n\nGet the list of available airports with servicesort.\n\n**getLounges**\n\nFind lounge products for a specific airport by IATA code\n\n**getDelayCare**\n\nGet the available delay care services for the specific flight and date\n\n**getFastTrack**\n\nGet the available fast track services for a specific airport by IATA code\n\n**getMeetAndAssist**\n\nGet the available meet and assist services for a specific airport by IATA code\n\n**getProductById**\n\nGet product details by product ID. Works for all product types"
		},
		{
			"name": "Orders",
			"item": [
				{
					"name": "createOrder",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"variantId\": \"PV-000000000\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"yyyy-mm-dd\",\r\n    \"dataHash\": \"abc123\",\r\n    \"email\": \"youremail@mail.com\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000000\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"yyyy-mm-dd\",\r\n    \"dataHash\": \"abc123\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"order",
								"{contractId}"
							]
						}
					},
					"response": [
						{
							"name": "createOrder (201)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n    {\r\n        \"variantId\": \"DPV-000000001\",\r\n        \"paxType\": \"adult\",\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"Smith\",\r\n        \"date\": \"yyyy-mm-dd\",\r\n        \"dataHash\": \"123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc\",\r\n        \"email\": \"youremail@mail.com\",\r\n        \"phone\": \"+12345678910\",\r\n        \"currency\": \"USD\",\r\n        \"flightNumber\": \"flightNumber\"\r\n    },\r\n    {\r\n        \"variantId\": \"PV-000000002\",\r\n        \"paxType\": \"child\",\r\n        \"firstName\": \"Smith\",\r\n        \"lastName\": \"Doe\",\r\n        \"date\": \"yyyy-mm-dd\",\r\n        \"dataHash\": \"123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc\",\r\n        \"email\": \"youremail@mail.com\"\r\n    },\r\n    {\r\n        \"variantId\": \"PV-000000003\",\r\n        \"paxType\": \"adult\",\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"Smith\",\r\n        \"date\": \"yyyy-mm-dd\",\r\n        \"dataHash\": \"123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc\",\r\n        \"email\": \"youremail@mail.com\",\r\n        \"phone\": \"+12345678910\",\r\n        \"currency\": \"USD\",\r\n        \"flightNumber\": \"flightNumber\",\r\n        \"vehicleLicensePlate\": \"AB1234CD\",\r\n        \"additionalPhoneNumber\": \"+1234567890\",\r\n        \"driverPhoneNumber\": \"+1234567890\",\r\n        \"companionsCount\": 1,\r\n        \"baggageCount\": 2,\r\n        \"hasAnimal\": true,\r\n        \"needsWheelchair\": true,\r\n        \"needsStroller\": true\r\n    }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 201,\n    \"message\": \"Order orderId successfully created\",\n    \"results\": {\n        \"orderId\": \"orderId\",\n        \"orderItems\": [\n            {\n                \"couponCode\": \"couponCode\",\n                \"currency\": \"USD\",\n                \"date\": \"dd.mm.yyyy hh:mm\",\n                \"email\": \"youremail@mail.com\",\n                \"firstName\": \"John\",\n                \"flightNumber\": \"flightNumber\",\n                \"id\": \"orderItemId\",\n                \"lastName\": \"Smith\",\n                \"paxType\": \"adult\",\n                \"phone\": \"+12345678910\",\n                \"refundLatestDate\": \"yyyy-mm-ddThh:mm:ssZ\",\n                \"status\": \"Success\",\n                \"variantId\": \"DPV-000000001\"\n            },\n            {\n                \"couponCode\": \"couponCode\",\n                \"currency\": \"USD\",\n                \"date\": \"dd.mm.yyyy hh:mm\",\n                \"email\": \"youremail@mail.com\",\n                \"firstName\": \"Smith\",\n                \"id\": \"orderItemId\",\n                \"lastName\": \"Doe\",\n                \"paxType\": \"child\",\n                \"phone\": \"+12345678910\",\n                \"refundLatestDate\": \"yyyy-mm-ddThh:mm:ssZ\",\n                \"status\": \"Success\",\n                \"variantId\": \"PV-000000002\"\n            },\n            {\n                \"couponCode\": \"couponCode\",\n                \"currency\": \"USD\",\n                \"date\": \"dd.mm.yyyy hh:mm\",\n                \"email\": \"youremail@mail.com\",\n                \"firstName\": \"John\",\n                \"flightNumber\": \"flightNumber\",\n                \"id\": \"orderItemId\",\n                \"lastName\": \"Smith\",\n                \"paxType\": \"adult\",\n                \"phone\": \"+12345678910\",\n                \"refundLatestDate\": \"yyyy-mm-ddThh:mm:ssZ\",\n                \"status\": \"Success\",\n                \"vehicleLicensePlate\": \"AB1234CD\",\n                \"additionalPhoneNumber\": \"+1234567890\",\n                \"driverPhoneNumber\": \"+1234567890\",\n                \"companionsCount\": 1,\n                \"baggageCount\": 2,\n                \"hasAnimal\": true,\n                \"needsWheelchair\": true,\n                \"needsStroller\": true,\n                \"variantId\": \"PV-000000003\"\n            }\n        ]\n    }\n}"
						},
						{
							"name": "createOrder (400)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 400,\n    \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "createOrder (401)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "createOrder (402)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Payment Required",
							"code": 402,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 402,\n  \"message\": \"Not enough money on the contract\"\n}"
						},
						{
							"name": "createOrder (403)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "createOrder (405)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "createOrder (409)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Conflict",
							"code": 409,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 409,\n  \"message\": \"Outdated dataHash, provided product variant(s) are not available anymore\"\n}"
						},
						{
							"name": "createOrder (410)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Gone",
							"code": 410,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 410,\n  \"message\": \"Selected products not available anymore\"\n}"
						},
						{
							"name": "createOrder (413)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Payload Too Large",
							"code": 413,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 413,\n  \"message\": \"Too many products selected, change agent limitation\"\n}"
						},
						{
							"name": "createOrder (422)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"variantId\": \"DPV-000000356\",\r\n    \"paxType\": \"adult\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"11ece547cd6c6a57808d627b6005feca77285b6d1a3ba26b48dd220910af1595\",\r\n    \"email\": \"youremail@mail.com\",\r\n    \"phone\": \"+77075000000\",\r\n    \"currency\": \"USD\",\r\n    \"flightNumber\": \"FZ1303\"\r\n  },\r\n  {\r\n    \"variantId\": \"PV-000000044\",\r\n    \"paxType\": \"child\",\r\n    \"firstName\": \"Smith\",\r\n    \"lastName\": \"Doe\",\r\n    \"date\": \"2025-03-28\",\r\n    \"dataHash\": \"d10be63e0aab40a3cb4b19e2106ec8cc907c7479e2e00b7a05547a6efe15eb28\",\r\n    \"email\": \"youremail@mail.com\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}"
									]
								}
							},
							"status": "Unprocessable Content",
							"code": 422,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:18 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 422,\n  \"message\": \"Failed creating order\"\n}"
						}
					]
				},
				{
					"name": "getOrder",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"order",
								"{contractId}",
								"{orderId}"
							]
						}
					},
					"response": [
						{
							"name": "getOrder (200)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"orderId\": \"HumbWZ7J\",\n  \"orderItems\": [\n    {\n      \"flightNumber\": \"AA123\",\n      \"variantId\": \"PV-00041\",\n      \"paxType\": \"adult\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Doe\",\n      \"date\": \"2024-01-31\",\n      \"email\": \"name@company.com\",\n      \"currency\": \"USD\",\n      \"phone\": \"+1234567890\",\n      \"agencyId\": \"b2b123\",\n      \"paxId\": \"pax123\",\n      \"totalPax\": 2,\n      \"id\": \"W2sfhp4i\",\n      \"refundLatestDate\": \"2023-01-01T00:00:00Z\",\n      \"couponCode\": \"2220-0000-0000-0000\",\n      \"status\": \"not_used\",\n      \"airport\": {\n        \"iata\": \"JFK\",\n        \"timezone\": \"America/New_York\",\n        \"country\": {\n          \"id\": \"AL\",\n          \"title\": \"USA\",\n          \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n          }\n        },\n        \"city\": {\n          \"iata\": \"NYC\",\n          \"title\": \"New York\",\n          \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n          },\n          \"country\": {\n            \"id\": \"AL\",\n            \"title\": \"USA\",\n            \"titleLocalized\": {\n              \"EN\": \"USA\",\n              \"UK\": \"США\"\n            }\n          }\n        },\n        \"title\": \"John F. Kennedy International Airport\",\n        \"terminals\": [\n          {\n            \"id\": 1,\n            \"title\": \"Terminal 1\",\n            \"titleLocalized\": {\n              \"EN\": \"USA\",\n              \"UK\": \"США\"\n            }\n          }\n        ],\n        \"location\": {\n          \"longitude\": -73.780968,\n          \"latitude\": 40.641766\n        },\n        \"titleLocalized\": {\n          \"EN\": \"USA\",\n          \"UK\": \"США\"\n        }\n      },\n      \"product\": {\n        \"id\": \"P-0000000021\",\n        \"category\": \"lounge\",\n        \"terminal\": {\n          \"id\": 1,\n          \"title\": \"Terminal 1\",\n          \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n          }\n        },\n        \"flightNumber\": \"AA123\",\n        \"departureTime\": \"2025-12-31T12:00:00Z\",\n        \"arrivalTime\": \"2025-12-31T12:00:00Z\",\n        \"status\": \"Scheduled\",\n        \"departureAirport\": {\n          \"iata\": \"JFK\",\n          \"timezone\": \"America/New_York\",\n          \"country\": {\n            \"id\": \"AL\",\n            \"title\": \"USA\",\n            \"titleLocalized\": {\n              \"EN\": \"USA\",\n              \"UK\": \"США\"\n            }\n          },\n          \"city\": {\n            \"iata\": \"NYC\",\n            \"title\": \"New York\",\n            \"titleLocalized\": {\n              \"EN\": \"USA\",\n              \"UK\": \"США\"\n            },\n            \"country\": {\n              \"id\": \"AL\",\n              \"title\": \"USA\",\n              \"titleLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n              }\n            }\n          },\n          \"title\": \"John F. Kennedy International Airport\",\n          \"terminals\": [\n            {\n              \"id\": 1,\n              \"title\": \"Terminal 1\",\n              \"titleLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n              }\n            }\n          ],\n          \"location\": {\n            \"longitude\": -73.780968,\n            \"latitude\": 40.641766\n          },\n          \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n          }\n        },\n        \"departureTerminal\": {\n          \"id\": 1,\n          \"title\": \"Terminal 1\",\n          \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n          }\n        },\n        \"arrivalAirport\": {\n          \"iata\": \"JFK\",\n          \"timezone\": \"America/New_York\",\n          \"country\": {\n            \"id\": \"AL\",\n            \"title\": \"USA\",\n            \"titleLocalized\": {\n              \"EN\": \"USA\",\n              \"UK\": \"США\"\n            }\n          },\n          \"city\": {\n            \"iata\": \"NYC\",\n            \"title\": \"New York\",\n            \"titleLocalized\": {\n              \"EN\": \"USA\",\n              \"UK\": \"США\"\n            },\n            \"country\": {\n              \"id\": \"AL\",\n              \"title\": \"USA\",\n              \"titleLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n              }\n            }\n          },\n          \"title\": \"John F. Kennedy International Airport\",\n          \"terminals\": [\n            {\n              \"id\": 1,\n              \"title\": \"Terminal 1\",\n              \"titleLocalized\": {\n                \"EN\": \"USA\",\n                \"UK\": \"США\"\n              }\n            }\n          ],\n          \"location\": {\n            \"longitude\": -73.780968,\n            \"latitude\": 40.641766\n          },\n          \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n          }\n        },\n        \"arrivalTerminal\": {\n          \"id\": 1,\n          \"title\": \"Terminal 1\",\n          \"titleLocalized\": {\n            \"EN\": \"USA\",\n            \"UK\": \"США\"\n          }\n        },\n        \"duration\": {\n          \"hours\": 2,\n          \"minutes\": 30\n        },\n        \"airline\": {\n          \"code\": \"AA\",\n          \"name\": \"American Airlines\"\n        },\n        \"hasDifferentTerminal\": true\n      },\n      \"productVariant\": {\n        \"id\": \"PV-00041\",\n        \"value\": 2,\n        \"type\": \"hours\",\n        \"adultPrice\": {\n          \"baseCurrency\": \"USD\",\n          \"grossPrice\": 100,\n          \"netPrice\": 90,\n          \"currencies\": [\n            {\n              \"currency\": \"USD\",\n              \"grossPrice\": 100,\n              \"rate\": 0.9\n            }\n          ],\n          \"paxType\": \"adult\"\n        },\n        \"childPrice\": {\n          \"baseCurrency\": \"USD\",\n          \"grossPrice\": 100,\n          \"netPrice\": 90,\n          \"currencies\": [\n            {\n              \"currency\": \"USD\",\n              \"grossPrice\": 100,\n              \"rate\": 0.9\n            }\n          ],\n          \"paxType\": \"adult\"\n        },\n        \"refund\": {\n          \"value\": 24,\n          \"type\": \"day\"\n        },\n        \"pricingAge\": {\n          \"child\": {\n            \"from\": 0,\n            \"to\": 12\n          },\n          \"adult\": {\n            \"from\": 0,\n            \"to\": 12\n          }\n        },\n        \"dataHash\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n      },\n      \"qrCode\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABjElEQVRIDbXVv0sDQRQG4O9\",\n      \"supplierName\": \"Plaza Premium\",\n      \"supplierLogo\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABjElEQVRIDbXVv0sDQRQG4O9\",\n      \"statusUpdatedAt\": \"2023-01-01T00:00:00Z\",\n      \"isRefundable\": true\n    }\n  ],\n  \"email\": \"test@email.com\",\n  \"totalAmount\": 100,\n  \"paymentMethod\": \"VISA ****1234\",\n  \"currency\": \"USD\",\n  \"phone\": \"+1234567890\"\n}"
						},
						{
							"name": "getOrder (400)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 400,\n    \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "getOrder (401)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "getOrder (403)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "getOrder (404)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Resource not found.\"\n}"
						},
						{
							"name": "getOrder (405)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "getOrder (503)",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				},
				{
					"name": "refundOrderItem",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"order",
								"{contractId}",
								"{orderId}",
								"{orderItemId}"
							]
						}
					},
					"response": [
						{
							"name": "refundOrderItem (204)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}",
										"{orderItemId}"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": ""
						},
						{
							"name": "refundOrderItem (400)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}",
										"{orderItemId}"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 400,\n    \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "refundOrderItem (401)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}",
										"{orderItemId}"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 401,\n  \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "refundOrderItem (403)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}",
										"{orderItemId}"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "refundOrderItem (405)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}",
										"{orderItemId}"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "refundOrderItem (410)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}",
										"{orderItemId}"
									]
								}
							},
							"status": "Gone",
							"code": 410,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 410,\n  \"message\": \"Refund not available for the provided order item\"\n}"
						},
						{
							"name": "refundOrderItem (412)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/{contractId}/{orderId}/{orderItemId}",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"{contractId}",
										"{orderId}",
										"{orderItemId}"
									]
								}
							},
							"status": "Precondition Failed",
							"code": 412,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "37"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 412,\n  \"message\": \"Refund period overdue for the provided order item\"\n}"
						}
					]
				}
			],
			"description": "The Orders folder contains API endpoints related to order management. These endpoints allow to create, retrieve, and manage orders, including processing refunds:\n\n**createOrder**\n\nCreates a new order by specifying customer details, items, and payment information.\n\n**getOrder**\n\nRetrieves details of an existing order using its unique identifier.\n\n**refundOrderItem**\n\nProcesses a refund for a specific item in an order, updating the order status accordingly."
		},
		{
			"name": "Generate Coupon",
			"item": [
				{
					"name": "generateOrderItemCoupon",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"agent",
								"order",
								"coupon",
								"generate"
							]
						}
					},
					"response": [
						{
							"name": "generateOrderItemCoupon (201)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": ""
						},
						{
							"name": "generateOrderItemCoupon (400)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 400,\n  \"message\": \"Bad request.\"\n}"
						},
						{
							"name": "generateOrderItemCoupon (401)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n    \"code\": 401,\n    \"message\": \"The request requires an user authentication.\"\n}"
						},
						{
							"name": "generateOrderItemCoupon (403)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 403,\n  \"message\": \"The access is not allowed.\"\n}"
						},
						{
							"name": "generateOrderItemCoupon (404)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 404,\n  \"message\": \"Order or order item not found\"\n}"
						},
						{
							"name": "generateOrderItemCoupon (405)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 405,\n  \"message\": \"Method not allowed.\"\n}"
						},
						{
							"name": "generateOrderItemCoupon (410)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"orderId\",\r\n\"orderItemId\": \"orderItemId\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Gone",
							"code": 410,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 410,\n  \"message\": \"Order item was already refunded\"\n}"
						},
						{
							"name": "generateOrderItemCoupon (503)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "API-KEY",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"orderId\": \"qsJ2zOho\",\r\n\"orderItemId\": \"Un4QzM9c\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.easyto.travel/api/v2/agent/order/coupon/generate",
									"protocol": "https",
									"host": [
										"api",
										"easyto",
										"travel"
									],
									"path": [
										"api",
										"v2",
										"agent",
										"order",
										"coupon",
										"generate"
									]
								}
							},
							"status": "Service Unavailable",
							"code": 503,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 18 Mar 2025 09:30:37 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "69"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Access-Control-Allow-Credentials",
									"value": "true"
								},
								{
									"key": "Access-Control-Allow-Headers",
									"value": "Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, Origin, Cache-Control, X-Requested-With, Resource-Id, Environment-Id, Platform-Type, X-API-KEY, Project-Id, Token"
								},
								{
									"key": "Access-Control-Allow-Methods",
									"value": "POST, OPTIONS, GET, PUT, PATCH, DELETE"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Access-Control-Max-Age",
									"value": "3600"
								},
								{
									"key": "Strict-Transport-Security",
									"value": "max-age=31536000; includeSubDomains"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": 503,\n  \"message\": \"Thank you for your patience! We're currently performing routine maintenance to improve the system and bring you a better experience. We expect to be back online shortly.\"\n}"
						}
					]
				}
			],
			"description": "**generateOrderItemCoupon**\n\nGenerate coupon/voucher for the order item"
		},
		{
			"name": "Flight Delay Siimulating (only sandbox)",
			"item": [
				{
					"name": "flightDelaySimulation",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "API-KEY",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"orderItemId\" : \"orderItemId\",\n    \"status\" : \"DEPARTURE_DELAY\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.easyto.travel/api/v2/monitoring",
							"protocol": "https",
							"host": [
								"api",
								"easyto",
								"travel"
							],
							"path": [
								"api",
								"v2",
								"monitoring"
							]
						}
					},
					"response": []
				}
			],
			"description": "This folder contains a request that is used to simulate various flight status scenarios for testing purposes.\n\nIt successfully simulates the following flight status types:  \n• CANCELLED – The flight has been canceled  \n• DIVERTED – The flight has been diverted to an alternative airport  \n• DEPARTURE_DELAY – The flight is delayed at departure",
			"auth": {
				"type": "apikey",
				"apikey": [
					{
						"key": "key",
						"value": "x-api-key",
						"type": "string"
					},
					{
						"key": "value",
						"value": "{{vault:authorization-secret}}",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				}
			]
		}
	],
	"auth": {
		"type": "apikey",
		"apikey": [
			{
				"key": "value",
				"value": "",
				"type": "string"
			},
			{
				"key": "key",
				"value": "x-api-key",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	]
}